Vcl.Graphics.TGraphic.Width

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

Delphi

property Width: Integer read GetWidth write SetWidth;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic

説明

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

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