Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Points Property
See Also 
Leadtools.Annotations Namespace > AnnPolylineObject Class : Points Property



Gets the collection of AnnPoint structures assigned to this AnnPolylineObject.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Points As RasterCollection(Of AnnPoint)
Visual Basic (Usage)Copy Code
Dim instance As AnnPolylineObject
Dim value As RasterCollection(Of AnnPoint)
 
value = instance.Points
C# 
public virtual RasterCollection<AnnPoint> Points {get;}
C++/CLI 
public:
virtual property RasterCollection<AnnPoint> Points {
   RasterCollection<AnnPoint> get();
}

Return Value

The collection of AnnPoint structures assigned to this AnnPolylineObject.

Remarks

(Read only) The Points property is a zero-based indexed collection used to hold all the AnnPoint 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 RasterCollection<AnnPoint> class. Use the RasterCollection<AnnPoint>.Add method to add individual points and the RasterCollection<AnnPoint>.Remove method to delete a point. Call the RasterCollection<AnnPoint>.Add method to remove all the points from the collection.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features