LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Points Property






Gets the collection of AnnPoint structures assigned to this AnnPolylineObject.
Syntax
public virtual RasterCollection<AnnPoint> Points {get;}
'Declaration
 
Public Overridable ReadOnly Property Points As RasterCollection(Of AnnPoint)
'Usage
 
Dim instance As AnnPolylineObject
Dim value As RasterCollection(Of AnnPoint)
 
value = instance.Points
public virtual RasterCollection<AnnPoint> Points {get;}
 get_Points(); 
public:
virtual property RasterCollection<AnnPoint>^ Points {
   RasterCollection<AnnPoint>^ get();
}

Property Value

The collection of AnnPoint structures assigned to this AnnPolylineObject.
Remarks
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPolylineObject Class
AnnPolylineObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.