ImageHelper::GetImage Method (array<Byte>^)

 

Gets an image from and array of bytes

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

public:
static Image^ GetImage(
	array<unsigned char>^ imageData
)

Parameters

imageData
Type: array<System::Byte>^

An array of bytes containing the image

Return Value

Type: System.Drawing::Image^
Return to top
Show: