THPDFPage.SetRGBColor Method
HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THPDFPage.SetRGBColor

THPDFPage

 

Top  Previous  Next

Sets fill and stroke colors.

 

Delphi syntax:

procedure SetRGBColor ( Value: TColor );

 

C++ syntax:

void __fastcall SetRGBColor ( Graphics::TColor Value );

 

Description:

Call SetRGBColor sets fill and stroke colors value. This function is equivalent to call two function SetRGBFillColor and SetRGBStrokeColor with same value.

 

Example

 

See also: SetGrayColor, SetGrayFillColor, SetGrayStrokeColor, SetRGBFillColor, SetRGBStrokeColor.

 

Copyright©2007-2019 losLab.com