|
THPDFPage.SetRGBColor
|
Boven Vorige Volgende |
|
Sets fill and stroke colors.
Delphi-syntaxis: procedure SetRGBColor ( Value: TColor );
C++-syntaxis: void __fastcall SetRGBColor ( Graphics::TColor Value );
Beschrijving: Call SetRGBColor sets fill and stroke colors value. This function is equivalent to call two function SetRGBFillColor and SetRGBStrokeColor with same value.
Codevoorbeeld
Zie ook: SetGrayColor, SetGrayFillColor, SetGrayStrokeColor, SetRGBFillColor, SetRGBStrokeColor.
|