FMX.Layers3D.TCustomLayer3D.DoPaint

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

説明

割り当てられている場合には OnPaint イベントを発生させ、その後この 3D レイヤを描画します。

関連項目