[Overview][Types][Classes][Index] |
Sets the Brush data for the canvas.
Source position: lazcanvas.pas line 142
public procedure TLazCanvas.AssignBrushData( |
ABrush: TFPCustomBrush |
); |
ABrush |
|
Brush 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.