C#
VB
C++
Gets or sets the AnnPoint structure that specifies the ending point for this AnnLineObject.
public virtual AnnPoint EndPoint { get; set; }
Public Overridable Property EndPoint As Leadtools.Annotations.AnnPoint
public:
virtual property Leadtools.Annotations.AnnPoint EndPoint {
Leadtools.Annotations.AnnPoint get();
void set ( Leadtools.Annotations.AnnPoint );
}
The AnnPoint structure that specifies the ending point for this AnnLineObject.
Note: A line of two points which they are the same, can not be created.
For an example, refer to AnnLineObject.
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