SetFillColor
Description
Sets the fill color for any subsequently drawn graphics. The values for Red, Green and Blue range from 0 to 1, where 0 indicates 0% and 1 indicates 100% of the color.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetFillColor(Red, Green, Blue: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetFillColor(Red As Double,
Green As Double, Blue As Double) As Long
DLL
int DPLSetFillColor(int InstanceID, double Red, double Green, double Blue)
Parameters
Red | The red component of the color |
Green | The green component of the color |
Blue | The blue component of the color |