Gets the horizontal and vertical offset by which this location dynamic would move its associated visual object given a percentage of the full range of the animation.

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

Syntax

C#
public Point GetOffsetAtPercent(
	double progress
)
Visual Basic
Public Function GetOffsetAtPercent ( _
	progress As Double _
) As Point
JScript
public function GetOffsetAtPercent(
	progress : double
) : Point

Parameters

progress
Type: System..::..Double
A value from 0.0 to 1.0 representing a percentage of the full range of the animation.

Return Value

A point representing the horizontal and vertical offset by which this location dynamic would move its associated visual object based on the provided percentage of the full range of the animation.

See Also