Back to Devexpress

ContourInfo.Points Property

windowsforms-devexpress-dot-xtramap-dot-contourinfo.md

latest1.0 KB
Original Source

ContourInfo.Points Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public ReadOnlyCoordPointCollection Points { get; }
vb
Public ReadOnly Property Points As ReadOnlyCoordPointCollection

Property Value

TypeDescription
ReadOnlyCoordPointCollection

The coordinate points’ collection.

|

See Also

ContourInfo Struct

ContourInfo Members

DevExpress.XtraMap Namespace