←Select platform

Point3D Constructor (Point3D)

Summary

Initializes a new instance of the Point3D struct with default parameters.

Syntax

C#
VB
C++
public Point3D(  
   double x, 
   double y, 
   double z 
) 
Public Function New( _ 
   ByVal x As Double, _ 
   ByVal y As Double, _ 
   ByVal z As Double _ 
) 
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

See Also

Reference

Point3D Structure

Point3D Members

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize