ContourInfo(ReadOnlyCoordPointCollection, Boolean) Constructor
Initializes a new ContourInfo class instance with the specified parameters.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
points | ReadOnlyCoordPointCollection | The collection of points that form a map item’s contour. |
isClosed | Boolean | The value indicating whether the map item’s contour is closed. |
See Also