Point3D Constructor

Summary
Initializes a new instance of the Point3D struct with default parameters.
Syntax
C#
C++/CLI
public Point3D( 
   double x, 
   double y, 
   double z 
) 
            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

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.