FreeImage.NET Class Library Reference
FreeImageInsertPage Method |
Inserts a new page before the given position in the bitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void InsertPage( FIMULTIBITMAP bitmap, int page, FIBITMAP data )
Parameters
- bitmap
- Type: FreeImageAPIFIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap. - page
- Type: SystemInt32
Page has to be a number smaller than the current number of pages available in the bitmap. - data
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
See Also