次の方法で共有


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
System_CAPS_pubmethodSystem_CAPS_static GetBitmapImage(Icon)

Converts an Icon into a BitmapImage.

System_CAPS_pubmethodSystem_CAPS_static GetBitmapImage(Image)

Converts an Image into a BitmapImage.

System_CAPS_pubmethodSystem_CAPS_static GetBitmapSource(Icon)

Converts an Icon into a BitmapSource.

System_CAPS_pubmethodSystem_CAPS_static 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