ListViewItem.GetBounds メソッド
項目の外接する四角形の指定した部分を取得します。
名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
'宣言
Public Function GetBounds ( _
portion As ItemBoundsPortion _
) As Rectangle
'使用
Dim instance As ListViewItem
Dim portion As ItemBoundsPortion
Dim returnValue As Rectangle
returnValue = instance.GetBounds(portion)
public Rectangle GetBounds (
ItemBoundsPortion portion
)
public:
Rectangle GetBounds (
ItemBoundsPortion portion
)
public Rectangle GetBounds (
ItemBoundsPortion portion
)
public function GetBounds (
portion : ItemBoundsPortion
) : Rectangle
パラメータ
- portion
外接する四角形を取得する項目の部分を表す ItemBoundsPortion 値の 1 つ。
戻り値
項目の指定した部分の外接する四角形を表す Rectangle。
解説
GetBounds メソッドによって返された外接する四角形は、portion パラメータで指定された項目のセクションだけを表します。ListView クラスの GetItemRect メソッドを呼び出して、ListView コントロールの任意の項目の外接する四角形を取得することもできます。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
ListViewItem クラス
ListViewItem メンバ
System.Windows.Forms 名前空間
GetItemRect