LEADTOOLS Annotations (Leadtools.Annotations assembly)

EndPoint Property

Show in webframe





Gets or sets the AnnPoint structure that specifies the ending point for this AnnLineObject.
Syntax
public virtual AnnPoint EndPoint {get; set;}
'Declaration
 
Public Overridable Property EndPoint As AnnPoint
'Usage
 
Dim instance As AnnLineObject
Dim value As AnnPoint
 
instance.EndPoint = value
 
value = instance.EndPoint

            

            
public:
virtual property AnnPoint EndPoint {
   AnnPoint get();
   void set (    AnnPoint value);
}

Property Value

The AnnPoint structure that specifies the ending point for this AnnLineObject.
Remarks
Note: You can not create a line of two points which they are the same.
Example
For an example, refer to AnnLineObject.
Requirements

Target Platforms

See Also

Reference

AnnLineObject Class
AnnLineObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.