Constructor Polygon
Polygon(IEnumerable<MapPoint>)
Initializes a new instance of the Polygon class.
Declaration
public Polygon(IEnumerable<MapPoint> part)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<MapPoint> | part | Points to be used for the first part. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Relevant samples
Add graphics with symbols: Use a symbol style to display a graphic on a graphics overlay.
Buffer list: Generate multiple individual buffers or a single unioned buffer around multiple points.
Convex hull list: Generate convex hull polygon(s) from multiple input geometries.
Create geometries: Create simple geometry types.
Polygon(IEnumerable<MapPoint>, SpatialReference)
Initializes a new instance of the Polygon class.
Declaration
public Polygon(IEnumerable<MapPoint> part, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<MapPoint> | part | Points to be used for the first part. |
SpatialReference | spatialReference | The spatial reference. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Relevant samples
Change viewpoint: Set the map view to a new viewpoint.
Polygon(IEnumerable<IEnumerable<MapPoint>>)
Initializes a new instance of the Polygon class.
Declaration
public Polygon(IEnumerable<IEnumerable<MapPoint>> parts)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IEnumerable<MapPoint>> | parts | The polygon parts. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Polygon(IEnumerable<IEnumerable<MapPoint>>, SpatialReference)
Initializes a new instance of the Polygon class.
Declaration
public Polygon(IEnumerable<IEnumerable<MapPoint>> parts, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IEnumerable<MapPoint>> | parts | The polygon parts. |
SpatialReference | spatialReference | The spatial reference of the polygon. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Polygon(IEnumerable<Segment>)
Initializes a new instance of the Polygon class.
Declaration
public Polygon(IEnumerable<Segment> part)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Segment> | part | Points to be used for the first part. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Polygon(IEnumerable<Segment>, SpatialReference)
Initializes a new instance of the Polygon class.
Declaration
public Polygon(IEnumerable<Segment> part, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Segment> | part | Points to be used for the first part. |
SpatialReference | spatialReference | The spatial reference. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Polygon(IEnumerable<IEnumerable<Segment>>)
Initializes a new instance of the Polygon class.
Declaration
public Polygon(IEnumerable<IEnumerable<Segment>> parts)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IEnumerable<Segment>> | parts | The polygon parts. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Polygon(IEnumerable<IEnumerable<Segment>>, SpatialReference)
Initializes a new instance of the Polygon class.
Declaration
public Polygon(IEnumerable<IEnumerable<Segment>> parts, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IEnumerable<Segment>> | parts | The polygon parts. |
SpatialReference | spatialReference | The spatial reference of the polygon. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |