Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.ImageHelper
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class ImageHelper
public static class ImageHelper
public ref class ImageHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type ImageHelper =  class end
public final class ImageHelper
The ImageHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | GetImage(array<Byte[]) | Gets an image from and array of bytes | 
| .gif) .gif) | GetImage(Image) | Provided for uniformity | 
| .gif) .gif) | GetImage(Object) | Determine the type of image and return it as Image | 
| .gif) .gif) | GetImage(Type, String) | Gets an image from a resource | 
| .gif) .gif) | GetImageSize | Gets the size of the image in world units. | 
Top
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.