ThreeDFormat.IncrementRotationHorizontal(Single) Method

Definition

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.

Applies to