The EndPoint Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the AnnPoint structure that specifies the ending point for this AnnLineObject.Visual Basic (Declaration) | |
---|---|
Public Overridable Property EndPoint As AnnPoint |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnLineObject Dim value As AnnPoint instance.EndPoint = value value = instance.EndPoint |
C# | |
---|---|
public virtual AnnPoint EndPoint {get; set;} |
Property Value
The AnnPoint structure that specifies the ending point for this AnnLineObject.For an example, refer to AnnLineObject.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7