ThreeDFormat.IncrementRotationVertical(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 vertically by the specified number of degrees.
public:
void IncrementRotationVertical(float Increment);
public void IncrementRotationVertical (float Increment);
Public Sub IncrementRotationVertical (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 tilts the shape up; a negative value tilts it down.