Returns the size and resolution of an image stored at the specified path.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Shared Sub GetImageSize ( _ imageFileName As String, _ <OutAttribute> ByRef imageSize As Size, _ <OutAttribute> ByRef horizontalResolution As Single, _ <OutAttribute> ByRef verticalResolution As Single _ )
public static void GetImageSize( string imageFileName, out Size imageSize, out float horizontalResolution, out float verticalResolution )
Type: System.String
Filename of the image to get a size.Type: System.Drawing.Size %
Type: System.Single %
Type: System.Single %