Click or drag to resize

PdfiumFFPDFBitmap_Clone Method

Clone specified bitmap.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FFPDFBitmap_Clone(
	IntPtr bitmap,
	FX_RECT clip = null
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
clip  FX_RECT  (Optional)
Clipping area.

Return Value

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