[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TCanvas.DoRectangleFill

DoRectangleFill calls FillRect to draw a filled rectangle with the given bounds.

Declaration

Source position: graphics.pp line 1018

protected procedure TCanvas.DoRectangleFill(

  const Bounds: TRect

); override;

See also

TCanvas.FillRect

  

FillRect - draw a filled rectangle in the specified coordinate space, using the method for the current interface or widget set.

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