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

AutoRotate() public method

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