GrapeCity ActiveReports for .NET 14.0J
Point3d コンストラクタ(Single,Single,Single)

GrapeCity.ActiveReports.Chart アセンブリ > GrapeCity.ActiveReports.Chart.Graphics 名前空間 > Point3d クラス > Point3d コンストラクタ : Point3d コンストラクタ(Single,Single,Single)
3次元の点のX座標。
3次元の点のY座標。
3次元の点のZ座標。
Point3dクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
public Point3d( 
   float x,
   float y,
   float z
)

パラメータ

x
3次元の点のX座標。
y
3次元の点のY座標。
z
3次元の点のZ座標。
参照

Point3d クラス
Point3d メンバ
オーバーロード一覧