TTeeCanvas.AssignVisiblePenColor
TTeeCanvas
procedure AssignVisiblePenColor(APen: TPen; AColor: TColor); virtual;
Unit
TeCanvas
Description
The AssignVisiblePenColor method copies the APen parameter properties into the Canvas.Pen object, and uses the AColor parameter instead of the APen color.
Note: It is different to call AssignVisiblePenColor than calling Canvas.Pen.Assign( MyPen ) because AssignVisiblePenColor does additional tasks, like setting the ( optional ) Pen.OutLine and the ( optional ) Pen.SmallDots properties.
See also:
AssignVisiblePen method.
TChartPen object.
Submit your feedback about this page.
Copyright 1995-2007 © by Steema Software. All Rights Reserved.