Click or drag to resize

PdfiumFFPDFBitmap_CopyAlphaMask Method

Copy the specified mask to the specified bitmap.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FFPDFBitmap_CopyAlphaMask(
	IntPtr bitmap,
	IntPtr mask,
	FX_RECT pClip = null
)

Parameters

bitmap  IntPtr
A handle to the device independed bitmap.
mask  IntPtr
A bitmap descriptor containing transparency mask.
pClip  FX_RECT  (Optional)
Clippig area.

Return Value

Boolean
TRUE if succeed, FALSE if failed.
See Also