←Select platform

Create(Double,Double) Method

Summary

Creates a new instance of the DicomAnnotationPointHelper class.

Syntax

C#
VB
WinRT C#
C++
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 
)  

Parameters

x
The x value

y
The y value

Return Value

a new instance of the DicomAnnotationPointHelper class.

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