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

3D 点の X 座標。

y
Single

3D ポイントの Y 座標。

z
Single

3D 点の深さを表す Z 座標。

適用対象