←Select platform

DicomAnnotationPoint Constructor(float,float)

Summary

Initializes a new instance of the DicomAnnotationPoint structure using the specified coordinates.

Syntax

C#
VB
C++
public DicomAnnotationPoint( 
   float x, 
   float y 
) 
Public Function New( _ 
   ByVal x As Single, _ 
   ByVal y As Single _ 
) 
public: 
DicomAnnotationPoint(  
   float x, 
   float 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly