←Select platform

SecondPoint Property

Summary
Gets or sets the value for the second point of this AnnProtractorObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadPointD SecondPoint { get; set; } 
@property (nonatomic, assign) LeadPointD secondPoint; 
public LeadPointD getSecondPoint() 
public void setSecondPoint(LeadPointD secondPoint) 
public:  
   property LeadPointD^ SecondPoint 
   { 
      LeadPointD^ get() 
      void set(LeadPointD^ value) 
   } 
SecondPoint # get and set (AnnProtractorObject) 

Property Value

A Leadtools.LeadPointD that specifies the second point of this AnnProtractorObject.

Remarks

An AnnProtractorObject consists of two rulers joined at a point to create an angle. The center point is CenterPoint, the first line ends at FirstPoint and the second line ends at SecondPoint.

For more information, refer to Using Protractors in Annotation Objects.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.