Vcl.Imaging.GIFImg.TGIFFrame.Width
Delphi
property Width: WORD read FImageDescriptor.Width write SetWidth;
C++
__property System::Word Width = {read=FImageDescriptor.Width, write=SetWidth, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFFrame |
説明
GIF フレームの幅を示します。
Width プロパティは GIF フレームの幅を示します。
関連項目