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

Show in webframe

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

Property Value

The AnnPoint structure that specifies the ending 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)