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