Moves the source page to the position of the target page.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool MovePage( FIMULTIBITMAP bitmap, int target, int source ) |
Visual Basic (Declaration) |
---|
Public Shared Function MovePage ( _ bitmap As FIMULTIBITMAP, _ target As Integer, _ source As Integer _ ) As Boolean |
Visual C++ |
---|
public: static bool MovePage( FIMULTIBITMAP bitmap, int target, int source ) |
Parameters
- bitmap
- Type: FreeImageAPI..::.FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
- target
- Type: System..::.Int32
New position of the page.
- source
- Type: System..::.Int32
Old position of the page.