(Leadtools.Annotations.Core)

AnnProtractorObject Constructor(LeadPointD,LeadPointD,LeadPointD)

Show in webframe





First point of the protractor.
Center point of the protractor.
Second point protractor.
Initializes a new AnnProtractorObject class object with specified values.
Syntax
public AnnProtractorObject( 
   LeadPointD firstPoint,
   LeadPointD centerPoint,
   LeadPointD secondPoint
)
Public Function New( _
   ByVal firstPoint As LeadPointD, _
   ByVal centerPoint As LeadPointD, _
   ByVal secondPoint As LeadPointD _
)
public AnnProtractorObject( 
   LeadPointD firstPoint,
   LeadPointD centerPoint,
   LeadPointD secondPoint
)
-(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

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.