LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

EndPoint Property






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 AnnPoint EndPoint {get; set;}
 get_EndPoint();
set_EndPoint(value);
public:
virtual property AnnPoint EndPoint {
   AnnPoint get();
   void set (    AnnPoint value);
}

Property Value

The AnnPoint structure that specifies the ending point for this AnnLineObject.
Example
For an example, refer to AnnLineObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnLineObject Class
AnnLineObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.