M_PDFiumSharp_PDFium_FPDFPath_SetFillColor - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static bool FPDFPath_SetFillColor(
FPDF_PAGEOBJECT path,
uint R,
uint G,
uint B,
uint A
)
- path
- Type: PDFiumSharp.Types.FPDF_PAGEOBJECT
- R
- Type: System.UInt32
- G
- Type: System.UInt32
- B
- Type: System.UInt32
- A
- Type: System.UInt32
Type: Boolean