HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetRGBStrokeColor
|
Top Previous Next |
|
Sets stroke color.
Delphi syntax: procedure SetRGBStrokeColor ( Value: TColor );
C++ syntax: void __fastcall SetRGBStrokeColor ( Graphics::TColor Value );
Description: Call SetRGBStrokeColor to sets stroke color value.
Code Example
See also: SetGrayColor, SetGrayFillColor, SetGrayStrokeColor, SetRGBColor, SetRGBFillColor.
|