|
THPDFPage.SetGrayColor
|
Atas Sebelumnya Berikutnya |
|
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. Nilai GrayColor dari 0( hitam ) hingga 1( putih ).
Contoh kode
See also: SetGrayFillColor, SetGrayStrokeColor, SetRGBColor, SetRGBFillColor, SetRGBStrokeColor.
|