Click or drag to resize

PdfiumFPDFBitmap_LoadChannel(IntPtr, BitmapChannels, IntPtr, BitmapChannels) Method

Copy the specified channel from one bitmap to another

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFBitmap_LoadChannel(
	IntPtr dstBitmap,
	BitmapChannels dstChannel,
	IntPtr srcBitmap,
	BitmapChannels srcChannel
)

Parameters

dstBitmap  IntPtr
A handle to the destination bitmap.
dstChannel  BitmapChannels
A color component channel in the destionation bitmap.
srcBitmap  IntPtr
A handle to the source bitmap.
srcChannel  BitmapChannels
A color component channel in the source bitmap.

Return Value

Boolean
TRUE if succeed, FALSE if failed.
See Also