Vcl.Graphics.TCanvas.FillRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FillRect(const Rect: TRect); override;

C++

virtual void __fastcall FillRect(const System::Types::TRect &Rect);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TCanvas

Description

Fills the specified rectangle on the canvas using the current brush.

Use FillRect to fill a rectangular region using the current brush. The region is filled including the top and left sides of the rectangle, but excluding the bottom and right edges.

See Also

Code Examples