ImageConversionHelper Class
Contains methods to convert an image from one format to another.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.ImageConversionHelper
Syntax
public static class ImageConversionHelper
public ref class ImageConversionHelper abstract sealed
Public NotInheritable Class ImageConversionHelper
Methods
Name | Description | |
---|---|---|
GetBitmapImage(Icon) | Converts an Icon into a BitmapImage. |
|
GetBitmapImage(Image) | Converts an Image into a BitmapImage. |
|
GetBitmapSource(Icon) | Converts an Icon into a BitmapSource. |
|
GetBitmapSource(Image) | Converts an Image into a BitmapSource. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top