NewTOAPIA.Drawing.image_filter_mitchell.image_filter_mitchell C# (CSharp) Method

image_filter_mitchell() public method

public image_filter_mitchell ( ) : System
return System
        public image_filter_mitchell()
            : this(1.0 / 3.0, 1.0 / 3.0)
        {

        }

Same methods

image_filter_mitchell::image_filter_mitchell ( double b, double c ) : System