Rectangle.Rotate

Rotate(Rotation)

Rotate rectangle by the specified angle.

public void Rotate(Rotation angle)
ParameterTypeDescription
angleRotationAngle of rotation. Member of Rotation enumeration.

See Also


Rotate(int)

Rotate rectangle by the specified angle.

public void Rotate(int angle)
ParameterTypeDescription
angleInt32Angle of rotation in degrees between 0 and 360.

See Also