FMX.Forms.TCommonCustomForm.PaintRects
Delphi
procedure PaintRects(const UpdateRects: array of TRectF); virtual;
C++
virtual void __fastcall PaintRects(const System::Types::TRectF *UpdateRects, const int UpdateRects_High);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Description
Repaints all the rectangles given through the UpdateRects
parameter. UpdateRects
is an array of TRectF rectangles.