C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new AnnProtractorObject class object with specified values.
Public Function New( _
ByVal firstPoint As Leadtools.LeadPointD, _
ByVal centerPoint As Leadtools.LeadPointD, _
ByVal secondPoint As Leadtools.LeadPointD _
)
public AnnProtractorObject(
Leadtools.LeadPointD firstPoint,
Leadtools.LeadPointD centerPoint,
Leadtools.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
)
public:
AnnProtractorObject(LeadPointD^ firstPoint, LeadPointD^ centerPoint, LeadPointD^ secondPoint)
firstPoint
First point of the protractor.
centerPoint
Center point of the protractor.
secondPoint
Second point protractor.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET