AnnotationPathPoint Constructors

Definition

Initializes a new instance of the AnnotationPathPoint class.

Overloads

AnnotationPathPoint()

Initializes a new instance of the AnnotationPathPoint class.

AnnotationPathPoint(Single, Single)

Initializes a new instance of the AnnotationPathPoint class with the specified x and y values.

AnnotationPathPoint(Single, Single, Byte)

Initializes a new instance of the AnnotationPathPoint class with the specified x, y and point type values.

AnnotationPathPoint()

Initializes a new instance of the AnnotationPathPoint class.

public AnnotationPathPoint ();

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.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

AnnotationPathPoint(Single, Single)

Initializes a new instance of the AnnotationPathPoint class with the specified x and y values.

public AnnotationPathPoint (float x, float y);

Parameters

x
Single

Point X-value.

y
Single

Point Y-value.

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.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

AnnotationPathPoint(Single, Single, Byte)

Initializes a new instance of the AnnotationPathPoint class with the specified x, y and point type values.

public AnnotationPathPoint (float x, float y, byte type);

Parameters

x
Single

Point X-value.

y
Single

Point Y-value.

type
Byte

Point type.

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.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