|
THPDFPage.SetGrayColor
|
Ă˜verst Forrige Neste |
|
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. GrayColor-verdi fra 0( svart ) til 1( hvit ).
Kodeeksempel
See also: SetGrayFillColor, SetGrayStrokeColor, SetRGBColor, SetRGBFillColor, SetRGBStrokeColor.
|