Back to Devexpress

MapLine.ActualPoints Property

windowsforms-devexpress-dot-xtramap-dot-mapline-3636cc0a.md

latest1.8 KB
Original Source

MapLine.ActualPoints Property

Returns the collection of points used to plot a line.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public IEnumerable<CoordPoint> ActualPoints { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualPoints As IEnumerable(Of CoordPoint)

Property Value

TypeDescription
IEnumerable<CoordPoint>

An object implementing the IEnumerable<T><CoordPoint,> interface and containing points used to plot line.

|

Remarks

If the MapLine.IsGeodesic property is set to false , then this collection stores two points: MapLine.Point1 and MapLine.Point2.

If MapLine.IsGeodesic is set to true , then this collection stores several points required to plot the line as geodesic.

See Also

MapLine Class

MapLine Members

DevExpress.XtraMap Namespace