Vcl.Imaging.pngimage.TPngImage.Height

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

Delphi

property Height: Integer read GetHeight;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage


説明

PNG 画像の垂直方向のサイズ(単位はピクセル)を示します。

Height は、PNG 画像の垂直方向のサイズ(単位はピクセル)を示します。

関連項目