Vcl.Graphics.TGraphic.Width
Delphi
property Width: Integer read GetWidth write SetWidth;
C++
__property int Width = {read=GetWidth, write=SetWidth, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TGraphic |
説明
Width プロパティは,グラフィックオブジェクトの最大の幅をピクセル単位で決めます。
各派生グラフィックオブジェクトは,独自の Get メソッドおよび Set メソッドを定義して Width プロパティにアクセスします。