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

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

パラメータ

x
2次元の点のX座標。
y
2次元の点のY座標。
参照

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