ElementHelperGetElementCollectionExtent 方法 |
计算IElementCollection图形的矩形包络框
命名空间:
GISShare.SMap.WPF.Element
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static void GetElementCollectionExtent(
IElementCollection pElementCollection,
IBoundingBox pBoundingBox
)
Public Shared Sub GetElementCollectionExtent (
pElementCollection As IElementCollection,
pBoundingBox As IBoundingBox
)
public:
static void GetElementCollectionExtent(
IElementCollection^ pElementCollection,
IBoundingBox^ pBoundingBox
)
static member GetElementCollectionExtent :
pElementCollection : IElementCollection *
pBoundingBox : IBoundingBox -> unit
参数
- pElementCollection
- 类型: GISShare.SMap.WPF.ElementIElementCollection
IElementCollection - pBoundingBox
- 类型: GISShare.SMap.GeometryIBoundingBox
传出的矩形包络框
参见