Image.Rotate

Image.Rotate method

Rotate image around the center.

public virtual void Rotate(float angle)
ParameterTypeDescription
angleSingleThe rotate angle in degrees. Positive values will rotate clockwise.

See Also