Renders the control contents

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

Syntax

C#
protected override void OnRender(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: System..::..Int32
X position in screen coordinates
y
Type: System..::..Int32
Y position in screen coordinates
width
Type: System..::..Int32
Width in pixel
height
Type: System..::..Int32
Height in pixel

Remarks

Renders the label

See Also