FreeImageBitmap.PhysicalDimension Property

FreeImage.NET

FreeImageBitmapPhysicalDimension Property
Gets the width and height of this FreeImageBitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public SizeF PhysicalDimension { get; }

Property Value

Type: SizeF
See Also