Gets the bounds of this FreeImageBitmap in the specified unit.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public RectangleF GetBounds( ref GraphicsUnit pageUnit ) |
| Visual Basic (Declaration) |
|---|
Public Function GetBounds ( _ ByRef pageUnit As GraphicsUnit _ ) As RectangleF |
| Visual C++ |
|---|
public: RectangleF GetBounds( GraphicsUnit% pageUnit ) |
Parameters
- pageUnit
- Type:
System.Drawing..::.GraphicsUnit
%
One of the GraphicsUnit values indicating the unit of measure for the bounding rectangle.