FreeImage.NET Class Library Reference
FreeImageMovePage Method |
Moves the source page to the position of the target page.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool MovePage( FIMULTIBITMAP bitmap, int target, int source )
Parameters
- bitmap
- Type: FreeImageAPIFIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap. - target
- Type: SystemInt32
New position of the page. - source
- Type: SystemInt32
Old position of the page.
Return Value
Type: BooleanReturns true on success, false on failure.
See Also