Vcl.Graphics.TGraphic.Height
Delphi
property Height: Integer read GetHeight write SetHeight;
C++
__property int Height = {read=GetHeight, write=SetHeight, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TGraphic |
説明
グラフィックの縦方向のサイズをピクセル単位で指定します。
Height プロパティを使用すると,グラフィックイメージの高さを決定できます。各派生グラフィックオブジェクトは,独自の Get メソッドおよび Set メソッドを定義して Height プロパティにアクセスします。