LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Point3D Constructor
See Also 
Leadtools.MedicalViewer Namespace > Point3D Structure : Point3D Constructor



x
The X value of the 3D point.
y
The Y value of the 3D point.
z
The Z value of the 3D point.
Initializes a new instance of the Point3D struct with default parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
)
Visual Basic (Usage)Copy Code
Dim x As Double
Dim y As Double
Dim z As Double
 
Dim instance As New Point3D(x, y, z)
C# 
public Point3D( 
   double x,
   double y,
   double z
)
C++/CLI 
public:
Point3D( 
   double x,
   double y,
   double z
)

Parameters

x
The X value of the 3D point.
y
The Y value of the 3D point.
z
The Z value of the 3D point.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features