API: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

説明

Width プロパティは,グラフィックオブジェクトの最大の幅をピクセル単位で決めます。

Vcl.Imaging.pngimage.TPngImage.Width は Vcl.Graphics.TGraphic.Width を継承しています。以下の内容はすべて Vcl.Graphics.TGraphic.Width を参照しています。

Width プロパティは,グラフィックオブジェクトの最大の幅をピクセル単位で決めます。

各派生グラフィックオブジェクトは,独自の Get メソッドおよび Set メソッドを定義して Width プロパティにアクセスします。