Sets the start and the end value Int32 of the animator.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Set(
	int from,
	int to
)

Parameters

from
Type: System..::.Int32
New start value Int32.
to
Type: System..::.Int32
New end value Int32.

See Also