Vcl.Imaging.GIFImg.TGIFImage.StopDraw

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

Delphi

procedure StopDraw;

C++

void __fastcall StopDraw();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

説明

Stops the rendering of the GIF images. GIF イメージの描画を止めます。

TGIFImage インスタンスが内部で保持している GIF イメージの描画を止めるために StopDraw を呼び出してください。

もし GIF イメージがアニメーションとして表示されているならば、 StopDraw メソッドはアニメーションを停止させることにもなる。

関連項目