初始化一个地图粘贴板中的对象

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
public MapClipGeometry(
	List<ClipGeometry> geometrys,
	Point bounsLeftBottem,
	Point bounsRightTop
)

参数

geometrys
Type: System.Collections.Generic..::.List<(Of <(ClipGeometry>)>)
原始对象集合
bounsLeftBottem
Type: System.Drawing..::.Point
外接矩形的左下角
bounsRightTop
Type: System.Drawing..::.Point
外接矩形的右上角

请参见