Initializes a new instance of the
ObjectRect class with the specified coordinates and size.
シンタックス
'宣言
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public ObjectRect(
System.float ,
System.float ,
System.float ,
System.float
)
パラメータ
- x
- The X coordinate of the rectangle.
- y
- The Y coordinate of the rectangle.
- width
- The width of the rectangle.
- height
- The height of the rectangle.
参照