[Overview][Types][Classes][Index] Reference for unit 'LazCanvas' (#lcl)

TLazCanvas.FillColor

Fills the entire drawing area with the specified color.

Declaration

Source position: lazcanvas.pas line 138

public procedure TLazCanvas.FillColor(

  AColor: TFPColor;

  AIgnoreClippingAndWindowOrg: Boolean = False

);

Arguments

AColor

  

Color applied to the canvas area.

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.