|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCustomCanvas > Methods > FillRect |
SIGNATURE=IWCanvas.TIWCustomCanvas.FillRect@Integer@Integer@Integer@Integer
ETYPE=Method
Declaration:
Delphi: |
public function FillRect(X: Integer; Y: Integer; W: Integer; H: Integer): TIWCustomCanvas; |
C++: |
public: __fastcall TIWCustomCanvas FillRect(int X, int Y, int W, int H); |
Description: This is FillRect, a member of class TIWCustomCanvas.