LineGeometry.Points Property
Gets all points in the LineGeometry.
Thread safety: This property is thread-safe but the returned object is not.
Syntax
public PointCollection Points { get; }
Property Value
Platforms
Windows, Linux, Android
Gets all points in the LineGeometry.
public PointCollection Points { get; }
Windows, Linux, Android
In this article
Gets all points in the LineGeometry.
public:
PointCollectionPtr points ( ) const;
Windows, Linux, Android
In this article
Gets all points in the LineGeometry.
public final PointCollection getPoints ( )
Windows, Linux, Android
In this article
Gets all points in the LineGeometry.
points
Windows, Linux, Android
In this article