[]
Rotate the element the specified number of degrees.
void Rotate(double degrees)
Type | Name | Description |
---|---|---|
double | degrees | The requested degrees to rotate the element. A positive number rotates clockwise a negative number rotates counter clockwise |