C#
VB
WinRT C#
C++
Creates a new instance of the DicomAnnotationPointHelper class.
public static Leadtools.Dicom.DicomAnnotationPoint Create(
double x,
double y
)
Public Overloads Shared Function Create( _
ByVal x As Double, _
ByVal y As Double _
) As Leadtools.Dicom.DicomAnnotationPoint
public static Leadtools.Dicom.DicomAnnotationPoint Create(
double x,
double y
)
function Leadtools.Dicom.DicomAnnotationPointHelper.Create(Double,Double)(
x ,
y
)
public:
static Leadtools.Dicom.DicomAnnotationPoint Create(
double x,
double y
)
x
The x value
y
The y value
a new instance of the DicomAnnotationPointHelper class.
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