←Select platform

StartPoint Property

Summary

Gets or sets the AnnPoint that specifies the starting point for this AnnLineObject.

Syntax

C#
VB
C++
public virtual AnnPoint StartPoint { get; set; } 
  
Public Overridable Property StartPoint As Leadtools.Annotations.AnnPoint 
public: 
virtual property Leadtools.Annotations.AnnPoint StartPoint { 
   Leadtools.Annotations.AnnPoint get(); 
   void set (    Leadtools.Annotations.AnnPoint ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly