次の方法で共有


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.Windows.Forms.DataVisualization.Charting.Point3D : single * single * single -> System.Windows.Forms.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 座標。

適用対象