IncrementRotation Method (IShapeBase)
In This Topic
Changes the rotation of the specified shape around the z-axis by the specified number of degrees.
Syntax
'Declaration
Sub IncrementRotation( _
ByVal As Double _
)
'Usage
Dim instance As IShapeBase
Dim increment As Double
instance.IncrementRotation(increment)
void IncrementRotation(
double
)
Parameters
- increment
- Specifies how far the shape is to be rotated horizontally, in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.
See Also