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#
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

Remarks

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

See Also