ImageHelper::GetImageSize Method (Image^)

 

Gets the size of the image in world units.

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

public:
static SizeF GetImageSize(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

The image to query for its size.

Return Value

Type: System.Drawing::SizeF
Return to top
Show: