Gets the width and height of this FreeImageBitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public SizeF PhysicalDimension { get; }
Visual Basic (Declaration)
Public ReadOnly Property PhysicalDimension As SizeF
Visual C++
public:
property SizeF PhysicalDimension {
	SizeF get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also