Skip to main content
A newer version of this page is available. .

ContourInfo.Points Property

Returns coordinate points that form the map item’s contour.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public ReadOnlyCoordPointCollection Points { get; }

Property Value

Type Description
ReadOnlyCoordPointCollection

The coordinate points’ collection.

See Also