'Declaration
Sub DrawRect( _ ByVal x As Double, _ ByVal y As Double, _ ByVal w As Double, _ ByVal h As Double _ )
'Usage
Dim instance As IRenderEngine Dim x As Double Dim y As Double Dim w As Double Dim h As Double instance.DrawRect(x, y, w, h)
Parameters
- x
- x-coordinate of rectangle.
- y
- y-coordinate of rectangle.
- w
- Rectangle width.
- h
- Rectangle height.