Vcl.Graphics.TWICImage.Draw

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

Delphi

procedure Draw(ACanvas: TCanvas; const Rect: TRect); override;

C++

virtual void __fastcall Draw(TCanvas* ACanvas, const System::Types::TRect &Rect);

プロパティ

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

説明

画像をキャンバス上の指定された矩形の位置にレンダリングします。

Draw では、Rect パラメータによって指定されたキャンバス上の位置に画像をレンダリングする関数が呼びされます。

関連項目