Update the X/Y position offset of the 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 UpdateOffsets(
	point pt
)

Parameters

pt
Type: Skewworks.NETMF..::..point
When supplied this sets an exact offset for the control, regardless of its parent position and offset

Implements

IControl..::..UpdateOffsets(point)

Remarks

If point pt is passed the native offsetting is ignored in favor of the supplied coordinated; this can yield unexpected results.

See Also