AnnotationPathPoint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 AnnotationPathPoint 類別的新實例。
多載
AnnotationPathPoint() |
初始化 AnnotationPathPoint 類別的新實例。 |
AnnotationPathPoint(Single, Single) |
使用指定的 |
AnnotationPathPoint(Single, Single, Byte) |
使用指定的 |
AnnotationPathPoint()
初始化 AnnotationPathPoint 類別的新實例。
public:
AnnotationPathPoint();
public AnnotationPathPoint ();
Public Sub New ()
適用於
AnnotationPathPoint(Single, Single)
使用指定的 x
和 y
值,初始化 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)
使用指定的 x
、y
和點 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
點類型。