ThreeDFormat.IncrementRotationHorizontal(Single) 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.
Changes the rotation of the specified shape horizontally by the specified number of degrees.
public:
void IncrementRotationHorizontal(float Increment);
public void IncrementRotationHorizontal (float Increment);
Public Sub IncrementRotationHorizontal (Increment As Single)
Parameters
- Increment
- Single
Specifies how much (in degrees) the rotation of the shape is to be changed horizontally. Can be a value from –90 through 90. A positive value moves the shape left; a negative value moves it to the right.