Rotate Method (IUiaTransformProvider)
In This Topic
Rotate the element the specified number of degrees.
Syntax
'Declaration
Sub Rotate( _
ByVal As Double _
)
Parameters
- degrees
- The requested degrees to rotate the element. A positive number rotates clockwise a negative number rotates counter clockwise
See Also