Gets the collection of Leadtools.LeadPointD objects that define this AnnObject.
public LeadPointCollection Points { get; }
Public ReadOnly Property Points As Leadtools.Annotations.Core.LeadPointCollection
public Leadtools.Annotations.Core.LeadPointCollection Points {get;}
@property (nonatomic,readonly) LTLeadPointCollection* points;
public LeadPointCollection getPoints()
get_Points();
public:
property LeadPointCollection^ Points
{
LeadPointCollection^ get()
}
The Leadtools.LeadPointD objects that define this AnnObject. The default value is an empty collection that is ready to use.
Each AnnObject contains an array of Leadtools.LeadPointD in container coordinates that define its location and size. How these points are interpreted in forming the object shape is up to the derived class. For instance a line object would normally have two points: start and end. A rectangle object will have four points for the each corner (to keep track of rotated objects) and so forth.
For an example, refer to AnnContainer.
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