public LeadPointCollection Points { get; }
Public ReadOnly Property Points As LeadPointCollection
@property (nonatomic,readonly) LTLeadPointCollection* points;
public LeadPointCollection getPoints()
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document