构造一个布局中的ClipGeometry

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

语法

C#
public LayoutClipGeometry(
	GeoCompound geometry,
	List<Geometry> geometries,
	Point bounsLeftBottem,
	Point bounsRightTop
)

参数

geometry
Type: SuperMap.Data..::.GeoCompound
几何对象
geometries
Type: System.Collections.Generic..::.List<(Of <(Geometry>)>)
bounsLeftBottem
Type: System.Drawing..::.Point
左下角坐标(屏幕)
bounsRightTop
Type: System.Drawing..::.Point
右上角坐标(屏幕)

请参见