Sets the Pen data for the canvas.
Source position: lazcanvas.pas line 141
public procedure TLazCanvas.AssignPenData( |
APen: TFPCustomPen |
); |
Utilized by LCLIntf.SelectObject and by the RestoreState method. This is needed because calling Assign for the Pen, Brush, or Font properties raises exceptions.