Sets the pen Color to the specified TFPColor value.
Source position: graphics.pp line 673
protected procedure TPen.SetFPColor( |
const AValue: TFPColor |
); override; |
SetFPColor is a method used to set the Color for the pen to the value specified in AValue. AValue contains a TFPColor value as defined in the FCL. SetFPColor calls FPColorToTColor to convert AValue to the TColor value applied to the Color property.
|
The Color of the current Pen. |
|
|
FPColorToTColor - converts a color specified as a FPColor to a color of type TColor. |
CT Web help |
CodeTyphon Studio |