←Select platform

DicomAnnotationPoint Constructor(double,double)

Summary
Initializes a new instance of the DicomAnnotationPoint structure using the specified coordinates.
Syntax
C#
VB
C++
public DicomAnnotationPoint( 
   double x, 
   double y 
) 
Public Function New( _ 
   ByVal x As Double, _ 
   ByVal y As Double _ 
) 
public: 
DicomAnnotationPoint(  
   double x, 
   double y 
) 

Parameters

x
X coordinate of the annotation.

y
Y coordinate of the annotation.

Example

For an example, refer to FindFirstGraphicAnnSQItem.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

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