Initializes a new instance of the
Rect structure.
シンタックス
'宣言
Public Function New( _
ByVal As Point, _
ByVal As Size _
)
public Rect(
Point ,
Size
)
パラメータ
- location
- The location (coordinates of the top left corner) of the rectangle.
- size
- The size of the rectangle.
参照