AForge.Imaging.Filters.RotateBicubic.RotateBicubic C# (CSharp) Méthode

RotateBicubic() public méthode

Initializes a new instance of the RotateBicubic class.

This constructor sets BaseRotateFilter.KeepSize property to .

public RotateBicubic ( double angle ) : System
angle double Rotation angle.
Résultat System
        public RotateBicubic( double angle ) :
            this( angle, false )
        {
        }

Same methods

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