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

StartPoint Property






Gets or sets the AnnPoint that specifies the starting point for this AnnLineObject.
Syntax
public virtual AnnPoint StartPoint {get; set;}
'Declaration
 
Public Overridable Property StartPoint As AnnPoint
'Usage
 
Dim instance As AnnLineObject
Dim value As AnnPoint
 
instance.StartPoint = value
 
value = instance.StartPoint
public virtual AnnPoint StartPoint {get; set;}
 get_StartPoint();
set_StartPoint(value);
public:
virtual property AnnPoint StartPoint {
   AnnPoint get();
   void set (    AnnPoint value);
}

Property Value

The AnnPoint that specifies the starting 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.