Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TPen.SetColor

Sets the value for the Color property.

Declaration

Source position: graphics.pp line 643

protected procedure TPen.SetColor(

  const NewColor: TGraphicsColor;

  const NewFPColor: TFPColor

); virtual;

procedure TPen.SetColor(

  Value: TGraphicsColor

);

Arguments

Value

  

New value for the property.

See also

TPen.Color

  

The Color of the current Pen.