Point3D Constructors

Definition

Initializes a new instance of the Point3D class.

Overloads

Point3D()

Initializes a new instance of the Point3D class.

Point3D(Single, Single, Single)

Initializes a new instance of the AnnotationPathPoint class with the specified X, Y and Z coordinates.

Point3D()

Initializes a new instance of the Point3D class.

C#
public Point3D();

Applies to

.NET Framework 4.8.1 i inne wersje
Produkt Wersje
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Point3D(Single, Single, Single)

Initializes a new instance of the AnnotationPathPoint class with the specified X, Y and Z coordinates.

C#
public Point3D(float x, float y, float z);

Parameters

x
Single

The X coordinate of 3D point.

y
Single

The Y coordinate of 3D point.

z
Single

The Z coordinate, which represents the depth of 3D point.

Applies to

.NET Framework 4.8.1 i inne wersje
Produkt Wersje
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1