バージョン

Line コンストラクタ(Point,Point)

点p1から点p2へのデータ ポイントを作成するコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal p1 As Point, _
   ByVal p2 As Point _
)
public Line( 
   Point p1,
   Point p2
)

パラメータ

p1
線の開始ポイント
p2
線の終了ポイント
参照