Creates new animation thread.

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

Syntax

C#
public XAnimationThread(
	XThreadStart start
)

Parameters

start
Type: SGP.XUtility..::.XThreadStart
The delegate that is called on the thread start. It contains the code for running the thread.

See Also