Creates a new Panel

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

Syntax

C#
public Panel(
	string name,
	int x,
	int y,
	int width,
	int height,
	Color backColor
)

Parameters

name
Type: System..::..String
Name of the panel
x
Type: System..::..Int32
X position relative to it's parent
y
Type: System..::..Int32
Y position relative to it's parent
width
Type: System..::..Int32
Width in pixel
height
Type: System..::..Int32
Height in pixel
backColor
Type: Color
Background color

See Also