Appends a new page to the end of the bitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static void AppendPage( FIMULTIBITMAP bitmap, FIBITMAP data ) |
Visual Basic (Declaration) |
---|
Public Shared Sub AppendPage ( _ bitmap As FIMULTIBITMAP, _ data As FIBITMAP _ ) |
Visual C++ |
---|
public: static void AppendPage( FIMULTIBITMAP bitmap, FIBITMAP data ) |
Parameters
- bitmap
- Type: FreeImageAPI..::.FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
- data
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.