FMX.Layers3D.TCustomLayer3D.DoPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPaint(const Canvas: TCanvas; const ARect: TRectF); virtual;

C++

virtual void __fastcall DoPaint(Fmx::Graphics::TCanvas* const Canvas, const System::Types::TRectF &ARect);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

Fires an OnPaint event, if it is assigned, and then paints this 3D layer.

See Also