Creates a new rectangle

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public rect(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: System..::..Int32
x location of rectangle
y
Type: System..::..Int32
y location of rectangle
width
Type: System..::..Int32
width of rectangle
height
Type: System..::..Int32
height of rectangle

See Also