←Select platform

FirstPoint Property

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

Property Value

A Leadtools.LeadPointD that specifies the first 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.