Click or drag to resize

StartedEventArgs Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StartedEventArgs(
	bool forward
)

Parameters

forward
Type: SystemBoolean
True if animation has been started in the forward direction; false if in the backward direction.
See Also