Fills the entire drawing area with the specified color.
Source position: lazcanvas.pas line 138
public procedure TLazCanvas.FillColor( |
AColor: TFPColor; |
AIgnoreClippingAndWindowOrg: Boolean = False |
); |
AColor |
|
Color applied to the canvas area. |
Fills the entire drawing area with the specified color. AIgnoreClippingAndWindowOrg speeds up canvas drawing operations, but it is dangerous; don't use it unless you know what you are doing.