Vcl.Imaging.GIFImg.TGIFFrame.BoundsRect

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

Delphi

property BoundsRect: TRect read GetBoundsRect write SetBoundsRect;

C++

__property System::Types::TRect BoundsRect = {read=GetBoundsRect, write=SetBoundsRect};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

説明

GIF フレームの座標を示します。

BoundsRect は GIF フレームの座標を示します。

関連項目