FMX.Layers3D.TCustomLayer3D.DoPaint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Beschreibung

Löst ein OnPaint-Ereignis aus (sofern zugewiesen) und zeichnet anschließend diese 3D-Ebene.

Siehe auch