 | PdfiumFPDFBitmap_ConvertColorScale Method |
Convert color scale
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFBitmap_ConvertColorScale(
IntPtr bitmap,
uint forecolor,
uint backcolor
)
Public Shared Function FPDFBitmap_ConvertColorScale (
bitmap As IntPtr,
forecolor As UInteger,
backcolor As UInteger
) As Boolean
public:
static bool FPDFBitmap_ConvertColorScale(
IntPtr bitmap,
unsigned int forecolor,
unsigned int backcolor
)
static member FPDFBitmap_ConvertColorScale :
bitmap : IntPtr *
forecolor : uint32 *
backcolor : uint32 -> bool
public static boolean FPDFBitmap_ConvertColorScale(
IntPtr bitmap,
UInt32 forecolor,
UInt32 backcolor
)
Patagames.Pdf.Pdfium.FPDFBitmap_ConvertColorScale = function(bitmap, forecolor, backcolor);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
- forecolor UInt32
- Foreground color
- backcolor UInt32
- Background color
Return Value
BooleanTRUE if succeed, FALSE if failed.
See Also