Vcl.Graphics.TGraphic.Height

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

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 プロパティにアクセスします。