FMX.Forms.TCustomForm.PaintRects

From RAD Studio API Documentation

Delphi

procedure PaintRects(const UpdateRects: array of TRectF); override;

C++

virtual void __fastcall PaintRects(System::Types::TRectF const *UpdateRects, const int UpdateRects_High);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomForm

Description

Repaints all the rectangles given through the UpdateRects parameter. {{#multireplace:FMX.Forms.TCustomForm.PaintRects|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Forms.TCommonCustomForm.PaintRects|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Forms.TCommonCustomForm.PaintRects|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Repaints all the rectangles given through the UpdateRects parameter. UpdateRects is an array of TRectF rectangles.

See Also