|
THPDFPage.SetGrayColor
|
Sus Anterior Următor |
|
Sets fill and stroke colors.
Delphi syntax: procedure SetGrayColor ( GrayColor: Extended );
C++ syntax: void __fastcall SetGrayColor ( Extended GrayColor);
Description: Call SetGrayColor sets fill and stroke colors value. This function is equivalent to call two function SetGrayFillColor and SetGrayStrokeColor with same value. Valoarea GrayColor de la 0( negru ) până la 1( alb ).
Exemplu de cod
See also: SetGrayFillColor, SetGrayStrokeColor, SetRGBColor, SetRGBFillColor, SetRGBStrokeColor.
|