FreeImageBitmap.GetBounds Method

FreeImage.NET

FreeImageBitmapGetBounds Method
Gets the bounds of this FreeImageBitmap in the specified unit.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public RectangleF GetBounds(
	ref GraphicsUnit pageUnit
)

Parameters

pageUnit
Type: System.DrawingGraphicsUnit
One of the GraphicsUnit values indicating the unit of measure for the bounding rectangle.

Return Value

Type: RectangleF
The RectangleF that represents the bounds of this FreeImageBitmap, in the specified unit.
See Also