Vcl.IMouse.TPanningWindow.Paint

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

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint(void);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

説明

パン ウィンドウを描画します。

Paint メソッドは、パン ウィンドウをレンダリングします。 Paint メソッドのコードは、Canvas プロパティの Draw メソッドを使用してパン ウィンドウの表面をレンダリングします。

関連項目