シンタックス
'宣言
Public Function New( _
ByVal As Point, _
ByVal As Point _
)
'使用法
Dim point1 As Point
Dim point2 As Point
Dim instance As New Rect(point1, point2)
public Rect(
Point ,
Point
)
パラメータ
- point1
- The first point that the new rectangle must contain.
- point2
- The second point that the new rectangle must contain.
参照