Matrix.Rotate(Double) Method

Definition

Appends a rotation transformation to this matrix.

public:
 void Rotate(double angle);
public void Rotate(double angle);
member this.Rotate : double -> unit
Public Sub Rotate (angle As Double)

Parameters

angle
Double

The angle of rotation, in degrees.

Applies to