表示: Delphi C++
表示設定

Vcl.Graphics.TBitmap.GetHeight

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

function GetHeight: Integer; override;

C++

virtual int __fastcall GetHeight(void);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

説明

グラフィックの垂直方向のサイズをピクセル単位で取得します。

Vcl.Graphics.TBitmap.GetHeight は Vcl.Graphics.TGraphic.GetHeight を継承しています。以下の内容はすべて Vcl.Graphics.TGraphic.GetHeight を参照しています。

グラフィックの垂直方向のサイズをピクセル単位で取得します。

GetHeight は、TGraphic オブジェクトの垂直方向のサイズをピクセル単位で取得します。

TGraphic の各派生クラスは、独自の GetHeight メソッドおよび SetHeight メソッドを定義して、Height プロパティにアクセスします。

関連項目

以前のバージョン
他の言語