 | PdfiumFPDFBitmap_Clear Method |
Clears the entire bitmap and fills it with the specified color.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFBitmap_Clear(
IntPtr bitmap,
uint color
)
Public Shared Sub FPDFBitmap_Clear (
bitmap As IntPtr,
color As UInteger
)
public:
static void FPDFBitmap_Clear(
IntPtr bitmap,
unsigned int color
)
static member FPDFBitmap_Clear :
bitmap : IntPtr *
color : uint32 -> unit
public static void FPDFBitmap_Clear(
IntPtr bitmap,
UInt32 color
)
Patagames.Pdf.Pdfium.FPDFBitmap_Clear = function(bitmap, color);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
- color UInt32
- A 32-bit value specifing the color.
See Also