Search
IPlatformProvider.GetImageSize Method (ImageSource)
See Also
 






Gets the size of the specified image.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Size GetImageSize (
    ImageSource source
)

Visual Basic  Copy Code

Function GetImageSize( _
    source As ImageSource _
) As Size

 Parameters

source

The source of image to inspect.

 Return Value

The size of the image.

 See Also