|
THPDFPage.SetGrayColor
|
맨 위 이전 다음 |
|
Sets fill and stroke colors.
Delphi 구문: procedure SetGrayColor ( GrayColor: Extended );
C++ 구문: 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 value from 0( black ) to 1( white ).
Code Example
참조: SetGrayFillColor, SetGrayStrokeColor, SetRGBColor, SetRGBFillColor, SetRGBStrokeColor.
|