Vcl.Graphics.TPicture.Height

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

Delphi

property Height: Integer read GetHeight;

C++

__property int Height = {read=GetHeight, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TPicture

説明

グラフィックの縦サイズをピクセル単位で示します。

Height は,画像オブジェクトの保持するグラフィックイメージの高さを取得できます。Height プロパティは,画像を拡大縮小していない元の高さです。

関連項目