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: 25.1.421.0 (25.1.421.0)
Syntax
public StartedEventArgs(
	bool forward
)

Parameters

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