←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly