AForge.Imaging.Filters.RotateBicubic.RotateBicubic C# (CSharp) Method

RotateBicubic() public method

Initializes a new instance of the RotateBicubic class.

This constructor sets BaseRotateFilter.KeepSize property to .

public RotateBicubic ( double angle ) : System
angle double Rotation angle.
return System
        public RotateBicubic( double angle ) :
            this( angle, false )
        {
        }

Same methods

RotateBicubic::RotateBicubic ( double angle, bool keepSize ) : System