←Select platform

EndPoint Property

Summary

Gets or sets the AnnPoint structure that specifies the ending point for this AnnLineObject.

Syntax

C#
VB
C++
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 ); 
} 

Property Value

The AnnPoint structure that specifies the ending point for this AnnLineObject.

Remarks

Note: A line of two points which they are the same, can not be created.

Example

For an example, refer to AnnLineObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly