ListView.GetItemBoundingBox 方法 | |
返回其项目索引的 ListViewItem 对象的边界框。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD GetItemBoundingBox(
nItem AS LONG
) AS BoundingBox
public virtual BoundingBox GetItemBoundingBox(
int nItem
)
查看代码参数
- nItem
- 类型:Int32
要获取其边界框的列表视图项目的索引。
返回值
类型:
BoundingBox
由项目索引指定的 ListViewItem 对象的边界框。
参见