NChartResetTransformations Method |
Reset all transformations to initial values.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void ResetTransformations(
float duration
)
Public Sub ResetTransformations (
duration As Single
)
public:
virtual void ResetTransformations(
[InAttribute] float duration
) sealed
Parameters
- duration
- Type: SystemSingle
Duration of animation from current transformations to the beginning.
See Also