Creates new animation thread.

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

Syntax

C#
public XAnimationThread(
	XThreadStart start,
	Object info
)

Parameters

start
Type: SGP.XUtility..::.XThreadStart
The delegate that is called on the thread start. It contains the code for running the thread.
info
Type: System..::.Object
The thread parameter, which is given when calling Start(Object).

See Also