Click or drag to resize

MapPolygonBuildGeometry Method

Creates a new Geometry object by means of a set of PointCollections.

Namespace:  Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected Geometry BuildGeometry(
	ICollection<PointCollection> lines
)

Parameters

lines
Type: System.Collections.GenericICollectionPointCollection
Set of PointCollections.

Return Value

Type: Geometry
Geometry consisting of the input parameters.
See Also