ObjectRect Constructor(Single,Single,Single,Single)
In This Topic
Initializes a new instance of the
ObjectRect class with the specified coordinates and size.
Syntax
'Declaration
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
)
Parameters
- 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.
See Also