Vcl.Graphics.TIcon.GetWidth

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

Delphi

function GetWidth: Integer; override;

C++

virtual int __fastcall GetWidth();

プロパティ

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

説明

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

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

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

GetWidth は、グラフィックの水平方向のサイズをピクセル単位で取得します。

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

関連項目