MapLine.ActualPoints Property
In This Article
Returns the set of points required to plot this line.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public IEnumerable<CoordPoint> ActualPoints { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Coord |
A set of Coord |
#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