ListView.GetItemRect Method (Int32, ItemBoundsPortion)
.NET Framework 4
Retrieves the specified portion of the bounding rectangle for a specific item within the list view control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the item within the ListView.ListViewItemCollection whose bounding rectangle you want to return.
- portion
- Type: System.Windows.Forms.ItemBoundsPortion
One of the ItemBoundsPortion values that represents a portion of the ListViewItem 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 specified ListViewItem.
The bounding rectangle returned by this version of the GetItemRect method represents only the section of the item specified in the portion parameter. To return the bounding rectangle of the entire item, use the other version of the GetItemRect method.
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.