Search
IPlatformProvider.GetImageSize Method (String, Boolean)
See Also
 






Gets the size of the specified image.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Size GetImageSize (
    string fileName,
    bool isEmbedded
)

Visual Basic  Copy Code

Function GetImageSize( _
    fileName As String, _
    isEmbedded As Boolean _
) As Size

 Parameters

fileName

The image to inspect.

isEmbedded

A flag indicating whether the specified file name identifies an embedded resource.

 Return Value

The size of the image.

 See Also