Point3D(Double, Double, Double) Konstruktor

Definicja

Inicjuje Point3D nowe wystąpienie struktury.

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)

Parametry

x
Double

X Wartość nowej Point3D struktury.

y
Double

Y Wartość nowej Point3D struktury.

z
Double

Z Wartość nowej Point3D struktury.

Dotyczy