Unsafely renders control

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

Syntax

C#
void Render(
	bool flush = false
)

Parameters

flush (Optional)
Type: System..::..Boolean
When true the updates will be pushed to the screen, otherwise they will sit in the buffer

Remarks

Rendering a control will not cause other controls in the same space to be rendered, calling this method can break z-index ordering. If it is certain no other controls will overlap the rendered control calling Render() can result in faster speeds than Invalidate().

See Also