Safely redraws 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#
public void Invalidate(
	rect area
)

Parameters

area
Type: Skewworks.NETMF..::..rect
Defines the area of the control to be redrawn

Implements

IControl..::..Invalidate(rect)

Remarks

If rect area is null the entire control will be redrawn. Invalidating a control means that every control in the parent container that intersects the controls area is redrawn. This helps keep z-ordering intact.

See Also