ImageProcessor.Processors.Rotate.Rotate C# (CSharp) Метод

Rotate() публичный Метод

Initializes a new instance of the Rotate class.
public Rotate ( ) : System
Результат System
        public Rotate()
        {
            this.Settings = new Dictionary<string, string>();
        }