←Select platform

AnnProtractorObject Constructor(LeadPointD,LeadPointD,LeadPointD)

Summary
Initializes a new AnnProtractorObject class object with specified values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (instancetype)initWithFirst:(LeadPointD)firstPoint center:(LeadPointD)centerPoint second:(LeadPointD)secondPoint NS_DESIGNATED_INITIALIZER; 
public AnnProtractorObject( 
   LeadPointD firstPoint, 
   LeadPointD centerPoint, 
   LeadPointD secondPoint 
) 
__init__(self,firstPoint,centerPoint,secondPoint) # Overloaded constructor 

Parameters

firstPoint
First point of the protractor.

centerPoint
Center point of the protractor.

secondPoint
Second point protractor.

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.