FreeImage.NET Class Library Reference
FreeImageBitmapCopy Method (Rectangle) |
Copy a sub part of this FreeImageBitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FreeImageBitmap Copy( Rectangle rect )
Parameters
- rect
- Type: System.DrawingRectangle
The subpart to copy.
Return Value
Type: FreeImageBitmapThe sub part in a new instance.
See Also