Point4D(Double, Double, Double, Double) Constructor

Definition

Initializes a new instance of the Point4D structure.

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

Parameters

x
Double

The x-coordinate of the new Point4D structure.

y
Double

The y-coordinate of the new Point4D structure.

z
Double

The z-coordinate of the new Point4D structure.

w
Double

The w-coordinate of the new Point4D structure.

Applies to