Vcl.Imaging.GIFImg.TGIFFrame.DoSetBounds

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

Delphi

procedure DoSetBounds(ALeft, ATop, AWidth, AHeight: integer);

C++

void __fastcall DoSetBounds(int ALeft, int ATop, int AWidth, int AHeight);

プロパティ

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

説明

GIFフレームのための新しい座標を設定します。

DoSetBounds は GIF フレームの座標を更新するために 使用される protected メソッドです。新しい座標がパラメータによって与えられます。

関連項目