Sets the Pen data for the canvas.
Source position: lazcanvas.pas line 147
public procedure TLazCanvas.AssignPenData( |
APen: TFPCustomPen |
); |
APen |
|
Pen data stored in the method. |
Utilized by LCLIntf.SelectObject and by the RestoreState method. This is needed because calling Assign for the Pen, Brush, or Font properties raises exceptions.
| Version 4.4 | Generated 2025-11-08 | Home |