Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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

Property Value

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

See Also

Reference

AnnLineObject Class
AnnLineObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)