Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.14
In This Article
Back to top Copyright © 2022 Esri.