FMX.Forms.TCustomForm.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.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomForm

Beschreibung

Löst ein OnPaint-Ereignis aus.

Siehe auch