Vcl.Imaging.GIFImg.TGIFFrame.ClientRect

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

Delphi

property ClientRect: TRect read GetClientRect;

C++

__property System::Types::TRect ClientRect = {read=GetClientRect};

プロパティ

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

説明

GIF フレームに含まれる長方形の幅と高さを示します。

ClientRect は GIF フレームに含まれる長方形の幅と高さを示します。 上と左の座標は 0 に設定されています。

関連項目