FreeImage.MovePage Method

FreeImage.NET

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: Boolean
Returns true on success, false on failure.
See Also