←Select platform

AnnProtractorObject Constructor(LeadPointD,LeadPointD,LeadPointD)

Summary

Initializes a new AnnProtractorObject class object with specified values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal firstPoint As Leadtools.LeadPointD, _ 
   ByVal centerPoint As Leadtools.LeadPointD, _ 
   ByVal secondPoint As Leadtools.LeadPointD _ 
) 
-(id)initWithFirst:(LeadPointD) firstPt 
            center:(LeadPointD) centerPt 
            second:(LeadPointD) secondPt; 
             
public AnnProtractorObject( 
   LeadPointD firstPoint, 
   LeadPointD centerPoint, 
   LeadPointD secondPoint 
) 
             
function AnnProtractorObject(  
   firstPoint , 
   centerPoint , 
   secondPoint  
) 

Parameters

firstPoint
First point of the protractor.

centerPoint
Center point of the protractor.

secondPoint
Second point protractor.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly