StartedEventArgs Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StartedEventArgs(
bool forward
)
Public Sub New (
forward As Boolean
)
public:
StartedEventArgs(
bool forward
)
new :
forward : bool -> StartedEventArgs
Parameters
- forward
- Type: SystemBoolean
True if animation has been started in the forward direction; false if in the backward direction.
See Also