LEADTOOLS Annotations (Leadtools.Annotations assembly)

StartPoint Property

Show in webframe





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 property AnnPoint StartPoint {
   AnnPoint get();
   void set (    AnnPoint value);
}

Property Value

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