Click or drag to resize

PdfiumFFPDFBitmap_FlipImage Method

Clone and flip the bitmap.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FFPDFBitmap_FlipImage(
	IntPtr bitmap,
	bool bXFlip,
	bool bYFlip
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
bXFlip  Boolean
A flag indicating whether to flip an image in horizontal dimension.
bYFlip  Boolean
A flag indicating whether to flip an image in vertical dimension.

Return Value

IntPtr
A bitmap descriptor containing copied pixels. When an application is finished using the bitmap handle returned by FFPDFBitmap_FlipImage(IntPtr, Boolean, Boolean), use the FPDFBitmap_Destroy(IntPtr) function to close the handle.
See Also