Vcl.Graphics.TBitmap.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 TBitmap

説明

グラフィックをキャンバス上の矩形にレンダリングします。

Vcl.Graphics.TBitmap.Draw は Vcl.Graphics.TGraphic.Draw を継承しています。以下の内容はすべて Vcl.Graphics.TGraphic.Draw を参照しています。

グラフィックをキャンバス上の矩形にレンダリングします。

TCanvas.Draw はこの関数を呼び出して、Rect パラメータによって指定されたキャンバス上の位置にグラフィックをレンダリングします。TGraphic の派生クラスは、特定のレンダリングを実装してこの関数をオーバーライドする必要があります。

関連項目