Click or drag to resize

PdfiumFPDFBitmap_MultiplyAlpha(IntPtr, IntPtr) Method

Multiply alpha channel of the specified bitmap and specified alpha mask.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFBitmap_MultiplyAlpha(
	IntPtr bitmap,
	IntPtr alphaMask
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
alphaMask  IntPtr
Handle to the bitmapp with alpha mask

Return Value

Boolean
TRUE if succeed, FALSE if failed.
See Also