- index
- The zero-based index of the item within the System.Windows.Forms.ListView.ListViewItemCollection whose bounding rectangle you want to return.
A System.Drawing.Rectangle that represents the bounding rectangle of the specified System.Windows.Forms.ListViewItem.
The bounding rectangle returned by this version of the ListView.GetItemRect(int) method represents the entire item, including the icon, item text, and subitem text. To specify a specific portion of the item's bounding rectangle, use the other version of the ListView.GetItemRect(int) method.