Click or drag to resize

PdfiumFPDFBitmap_LoadChannel(IntPtr, BitmapChannels, Int32) Method

Fills the specified channel of the bitmap by the value.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFBitmap_LoadChannel(
	IntPtr bitmap,
	BitmapChannels channel,
	int value
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
channel  BitmapChannels
A color component channel in the bitmap.
value  Int32
The value by which the channel should be filled.

Return Value

Boolean
TRUE if succeed, FALSE if failed.
See Also