Share via


AnnotationPathPoint 建構函式

定義

初始化 AnnotationPathPoint 類別的新執行個體。

多載

AnnotationPathPoint()

初始化 AnnotationPathPoint 類別的新執行個體。

AnnotationPathPoint(Single, Single)

使用指定的 xy 值,初始化 AnnotationPathPoint 類別的新執行個體。

AnnotationPathPoint(Single, Single, Byte)

使用指定的 xy 與端點 type 值,初始化 AnnotationPathPoint 類別的新執行個體。

AnnotationPathPoint()

初始化 AnnotationPathPoint 類別的新執行個體。

public:
 AnnotationPathPoint();
public AnnotationPathPoint ();
Public Sub New ()

適用於

AnnotationPathPoint(Single, Single)

使用指定的 xy 值,初始化 AnnotationPathPoint 類別的新執行個體。

public:
 AnnotationPathPoint(float x, float y);
public AnnotationPathPoint (float x, float y);
new System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint : single * single -> System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single)

參數

x
Single

端點 X 值。

y
Single

端點 Y 值。

適用於

AnnotationPathPoint(Single, Single, Byte)

使用指定的 xy 與端點 type 值,初始化 AnnotationPathPoint 類別的新執行個體。

public:
 AnnotationPathPoint(float x, float y, System::Byte type);
public AnnotationPathPoint (float x, float y, byte type);
new System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint : single * single * byte -> System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single, type As Byte)

參數

x
Single

端點 X 值。

y
Single

端點 Y 值。

type
Byte

端點類型。

適用於