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