Point3D 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 Point3D 類別的新執行個體。
多載
Point3D() |
初始化 Point3D 類別的新執行個體。 |
Point3D(Single, Single, Single) |
使用指定的 X、Y、Z 座標,初始化 AnnotationPathPoint 類別的新執行個體。 |
Point3D()
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 座標。