|
THPDFPage.SetRGBColor
|
Inizio Precedente Successivo |
|
Sets fill and stroke colors.
Sintassi Delphi: procedure SetRGBColor ( Value: TColor );
Sintassi C++: void __fastcall SetRGBColor ( Graphics::TColor Value );
Descrizione: Call SetRGBColor sets fill and stroke colors value. This function is equivalent to call two function SetRGBFillColor and SetRGBStrokeColor with same value.
Example di codice
Vedi anche: SetGrayColor, SetGrayFillColor, SetGrayStrokeColor, SetRGBFillColor, SetRGBStrokeColor.
|