Vcl.Imaging.GIFImg.TGIFRenderer.Draw
Delphi
procedure Draw(ACanvas: TCanvas; const Rect: TRect); override; // Draw current state
C++
virtual void __fastcall Draw(Vcl::Graphics::TCanvas* ACanvas, const System::Types::TRect &Rect);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFRenderer |
説明
指定したキャンパス上に現在の GIF フレームを描画します。
ACanvas パラメータによって指定されたキャンバス上の Rect によって指定された四角形の領域を使って、 現在の GIF フレームを描画するために、そしてアニメーションを開始するために Draw メソッドを呼び出してください。
関連項目