←Select platform

Create(Single,Single) Method

Summary

Creates a new instance of the DicomAnnotationPointHelper class.

Syntax

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

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