|
THPDFPage.SetGrayColor
|
Đầu trang Trước Tiếp |
|
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. Giá trị GrayColor từ 0( đen ) đến 1( trắng ).
Ví dụ mã
See also: SetGrayFillColor, SetGrayStrokeColor, SetRGBColor, SetRGBFillColor, SetRGBStrokeColor.
|