VectorImage.Rotate

VectorImage.Rotate method

Rotate image around the center.

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

See Also