ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / RotateEventArgs Class / RotateEventArgs Constructor / RotateEventArgs Constructor(Single,Single,Single)

In This Topic
    RotateEventArgs Constructor(Single,Single,Single)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Single, _
       ByVal y As System.Single, _
       ByVal z As System.Single _
    )
    public RotateEventArgs( 
       System.float x,
       System.float y,
       System.float z
    )

    Parameters

    x
    y
    z
    See Also