ImageProcessor.Processors.Rotate.Rotate C# (CSharp) Method

Rotate() public method

Initializes a new instance of the Rotate class.
public Rotate ( ) : System
return System
        public Rotate()
        {
            this.Settings = new Dictionary<string, string>();
        }