C#
VB
C++
Initializes a new instance of the DicomAnnotationPoint structure using the specified coordinates.
public DicomAnnotationPoint(
float x,
float y
)
Public Function New( _
ByVal x As Single, _
ByVal y As Single _
)
x
X coordinate of the annotation.
y
Y coordinate of the annotation.
For an example, refer to FindFirstGraphicAnnSQItem.
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