Click or drag to resize

PdfiumFPDFBitmap_Clear Method

Clears the entire bitmap and fills it with the specified color.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFBitmap_Clear(
	IntPtr bitmap,
	uint color
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
color  UInt32
A 32-bit value specifing the color.
See Also