Gets the System.Windows.Media.PointCollection assigned to this AnnPolylineObject. This is a dependency property.
public PointCollection Points { get; set; }
Public Property Points As PointCollection
The System.Windows.Media.PointCollection assigned to this AnnPolylineObject.
The Points property is a zero-based indexed collection used to hold all the System.Windows.Point structures assigned to this AnnPolylineObject. Since the property is read-only, it can not be assigned a collection of points directly. Points can be added or removed by using the methods inherited from the PointCollection class.
For XAML example, refer to AnnPolygonObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET