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

RoundedCorners() public method

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