ListViewItem.GetBounds Method
.NET Framework 4
Retrieves the specified portion of the bounding rectangle for the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- portion
- Type: System.Windows.Forms.ItemBoundsPortion
One of the ItemBoundsPortion values that represents a portion of the item for which to retrieve the bounding rectangle.
Return Value
Type: System.Drawing.RectangleA Rectangle that represents the bounding rectangle for the specified portion of the item.
The bounding rectangle returned by the GetBounds method represents only the section of the item specified in the portion parameter. You can also call the GetItemRect methods of the ListView class to obtain the bounding rectangle of any item in a ListView control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.