Vcl.Imaging.GIFImg.TGIFFrame.SetBoundsRect

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

Delphi

procedure SetBoundsRect(const Value: TRect);

C++

void __fastcall SetBoundsRect(const System::Types::TRect &Value);

プロパティ

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

説明

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

SetBoundsRect は GIF フレームの座標を更新するために使われる protected メソッドです。 新しい座標は Value パラメータによって指定されます。

関連項目