 | PdfiumFPDFBitmap_LoadChannel(IntPtr, BitmapChannels, Int32) Method |
Fills the specified channel of the bitmap by the value.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFBitmap_LoadChannel(
IntPtr bitmap,
BitmapChannels channel,
int value
)
Public Shared Function FPDFBitmap_LoadChannel (
bitmap As IntPtr,
channel As BitmapChannels,
value As Integer
) As Boolean
public:
static bool FPDFBitmap_LoadChannel(
IntPtr bitmap,
BitmapChannels channel,
int value
)
static member FPDFBitmap_LoadChannel :
bitmap : IntPtr *
channel : BitmapChannels *
value : int -> bool
public static boolean FPDFBitmap_LoadChannel(
IntPtr bitmap,
BitmapChannels channel,
int value
)
Patagames.Pdf.Pdfium.FPDFBitmap_LoadChannel = function(bitmap, channel, 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
BooleanTRUE if succeed, FALSE if failed.
See Also