←Select platform

AnnProtractorObject Constructor(LeadPointD,LeadPointD,LeadPointD)

Summary
Initializes a new AnnProtractorObject class object with specified values.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal firstPoint As LeadPointD, _ 
   ByVal centerPoint As LeadPointD, _ 
   ByVal secondPoint As LeadPointD _ 
) 
-(id)initWithFirst:(LeadPointD) firstPt 
            center:(LeadPointD) centerPt 
            second:(LeadPointD) secondPt; 
public AnnProtractorObject( 
   LeadPointD firstPoint, 
   LeadPointD centerPoint, 
   LeadPointD secondPoint 
) 

Parameters

firstPoint
First point of the protractor.

centerPoint
Center point of the protractor.

secondPoint
Second point protractor.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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