Point3D(Double, Double, Double) Constructor

Definition

Initializes a new instance of the Point3D structure.

public:
 Point3D(double x, double y, double z);
public Point3D (double x, double y, double z);
new System.Windows.Media.Media3D.Point3D : double * double * double -> System.Windows.Media.Media3D.Point3D
Public Sub New (x As Double, y As Double, z As Double)

Parameters

x
Double

The X value of the new Point3D structure.

y
Double

The Y value of the new Point3D structure.

z
Double

The Z value of the new Point3D structure.

Applies to