Search
IGraphics.GetImageSize Method
See Also
 





Returns the physical size of the specified image.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Size GetImageSize (
    IImage image
)

Visual Basic  Copy Code

Function GetImageSize( _
    image As IImage _
) As Size

 Parameters

image

The image to test.

 Return Value

The size of the image.

 See Also