Draws a rectangle with foreground color. Note that right and bottom edge will also be painted.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
void DrawRectangle(
	int x,
	int y,
	int width,
	int height
)
Visual Basic
Sub DrawRectangle ( 
	x As Integer,
	y As Integer,
	width As Integer,
	height As Integer
)

Parameters

x
Type: System..::..Int32
y
Type: System..::..Int32
width
Type: System..::..Int32
height
Type: System..::..Int32

See Also