Vcl.Graphics.TWICImage.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 TWICImage

説明

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

GetWidth は、TWICImage オブジェクトの水平方向のサイズをピクセル単位で取得します。

GetWidth は、Width プロパティの取得アクセサ メソッドです。

関連項目