FMX.Forms.TCustomForm.PaintRects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TCustomForm

Description

Repaints all the rectangles given through the UpdateRects parameter.

FMX.Forms.TCustomForm.PaintRects inherits from FMX.Forms.TCommonCustomForm.PaintRects. All content below this line refers to FMX.Forms.TCommonCustomForm.PaintRects.

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

See Also