Vcl.Graphics.TMetafile.GetHeight

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

Delphi

function GetHeight: Integer; override;

C++

virtual int __fastcall GetHeight();

プロパティ

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

説明

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

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

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

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

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

関連項目