public DicomAnnotationPoint(
double ,
double
)
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim x As Double
Dim y As Double
Dim instance As New DicomAnnotationPoint(x, y)
public DicomAnnotationPoint(
double x,
double y
)
function DicomAnnotationPoint(
x ,
y
)
public:
DicomAnnotationPoint(
double ,
double
)