Vcl.Direct2D.TDirect2DCanvas.FillRect
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.Direct2D.pas Vcl.Direct2D.hpp |
Vcl.Direct2D | TDirect2DCanvas |
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 edges of the rectangle, but excluding the bottom and right edges.