RotateEventArgs Constructor(Single,Single,Single)
In This Topic
Creates a new instance of
RotateEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public RotateEventArgs(
System.float ,
System.float ,
System.float
)
Parameters
- x
- The angle of rotation of the chart around the X axis, in radians.
- y
- The angle of rotation of the chart around the Y axis, in radians.
- z
- The angle of rotation of the chart around the Z axis, in radians.
See Also