ITransformProvider.Rotate(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rotates the control.
public:
void Rotate(double degrees);
void Rotate(double const& degrees);
public void Rotate(double degrees);
function rotate(degrees)
Public Sub Rotate (degrees As Double)
Parameters
- degrees
-
Double
double
The number of degrees to rotate the control. A positive number rotates the control clockwise. A negative number rotates the control counterclockwise.