Point2
Point2(int, int)
public Point2(int x, int y) ;
説明
Point2クラスの新しいインスタンスを初期化。
パラメーター
パラメーター名 | 説明 |
---|---|
x | X座標 |
y | Y座標 |
Point2(Point2)
説明
Point2クラスの新しいインスタンスを初期化。
パラメーター
パラメーター名 | 説明 |
---|---|
p | Point2 |
Point2クラスの新しいインスタンスを初期化。
パラメーター名 | 説明 |
---|---|
x | X座標 |
y | Y座標 |
Point2クラスの新しいインスタンスを初期化。
パラメーター名 | 説明 |
---|---|
p | Point2 |