SetLineColorTColor
Vector graphics, Color
Description
Sets the current stroke color from a Delphi TColor value
Syntax
Delphi
Function TPDFlib.SetLineColorTColor(Color: TColor): Integer;
Parameters
| Color | The Delphi TColor value to convert to PDF RGB stroke color |
|---|
Return values
| 1 | The stroke color was updated |
|---|