MapPolygonBuildGeometry Method |
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
)
Protected Function BuildGeometry (
lines As ICollection(Of PointCollection)
) As Geometry
protected:
Geometry^ BuildGeometry(
ICollection<PointCollection^>^ lines
)
member BuildGeometry :
lines : ICollection<PointCollection> -> Geometry
Parameters
- lines
- Type: System.Collections.GenericICollectionPointCollection
Set of PointCollections.
Return Value
Type:
GeometryGeometry consisting of the input parameters.
See Also