ListView.GetItemBoundingBox Method (Typed) | |
Return the bounding box of a ListViewItem object given its item index.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItemBoundingBox(
nItem AS LONG
) AS BoundingBox
public virtual BoundingBox GetItemBoundingBox(
int nItem
)
Request Example
View SourceParameters
- nItem
- Type: Long
The index of the list view item whose bounding box you want to obtain.
Return Value
Type:
BoundingBox
The bounding box of the ListViewItem object specified by the item index.
See Also