ImageHelper Class

 
Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::ImageHelper

public ref class ImageHelper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetImage(array<Byte>^)

Gets an image from and array of bytes

System_CAPS_pubmethodSystem_CAPS_staticGetImage(Image^)

Provided for uniformity

System_CAPS_pubmethodSystem_CAPS_staticGetImage(Object^)

Determine the type of image and return it as Image

System_CAPS_pubmethodSystem_CAPS_staticGetImage(Type^, String^)

Gets an image from a resource

System_CAPS_pubmethodSystem_CAPS_staticGetImageSize(Image^)

Gets the size of the image in world units.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: