[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
FillRect - draw a filled rectangle in the specified coordinate space, using the method for the current interface or widget set.
Source position: graphics.pp line 1091
public procedure TCanvas.FillRect( |
const ARect: TRect |
); virtual; |
X1: Integer; |
Y1: Integer; |
X2: Integer; |
Y2: Integer |
); |
|
Fills a rectangle by using the specified brush. |
lazarus-ccr.sourceforge.net |