Gets the current horizontal and vertical offset by which this location dynamic has moved its associated visual object.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Point GetCurrentOffset()
Visual Basic
Public Function GetCurrentOffset As Point
JScript
public function GetCurrentOffset() : Point

Return Value

A Point representing the current horizontal and vertical offset by which this location dynamic has moved its associated visual object.

Remarks

For AnimationMode = Analog only. If the location dynamic is AnimationMode = Discrete, this method always returns a zero offset.

See Also