ISquidRenderer..::..DrawBox Method
Draws a box.
Namespace:
SquidAssembly: Squid.Core (in Squid.Core.dll)
Syntax
void DrawBox( int x, int y, int width, int height, int color )
Sub DrawBox ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ color As Integer _ )
void DrawBox( int^ x, int^ y, int^ width, int^ height, int^ color )
Parameters
- x
- Type: Int32
The x.
- y
- Type: Int32
The y.
- width
- Type: Int32
The width.
- height
- Type: Int32
The height.
- color
- Type: Int32
The color.