Share via


Point3D 建構函式

定義

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

多載

Point3D()

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

Point3D(Single, Single, Single)

使用指定的 X、Y、Z 座標,初始化 AnnotationPathPoint 類別的新執行個體。

Point3D()

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

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

適用於

Point3D(Single, Single, Single)

使用指定的 X、Y、Z 座標,初始化 AnnotationPathPoint 類別的新執行個體。

public:
 Point3D(float x, float y, float z);
public Point3D (float x, float y, float z);
new System.Web.UI.DataVisualization.Charting.Point3D : single * single * single -> System.Web.UI.DataVisualization.Charting.Point3D
Public Sub New (x As Single, y As Single, z As Single)

參數

x
Single

立體資料點的 X 座標。

y
Single

立體資料點的 Y 座標。

z
Single

表示立體資料點深度的 Z 座標。

適用於