Vcl.Imaging.pngimage.TPngImage.Width

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

Delphi

property Width: Integer read GetWidth;

C++

__property int Width = {read=GetWidth, nodefault};

プロパティ

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


説明

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

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

関連項目