Method AddPart
AddPart(IEnumerable<MapPoint>)
Adds a new part consisting of the given points to this polygon builder.
Declaration
public void AddPart(IEnumerable<MapPoint> part)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Map |
part | Points for the part to be added. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
AddPart(IEnumerable<Segment>)
Adds a new part to this polygon builder.
Declaration
public void AddPart(IEnumerable<Segment> part)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Segment> | part | The Polygon part to add. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |