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

RotateBilinear() public méthode

Initializes a new instance of the RotateBilinear class.

This constructor sets BaseRotateFilter.KeepSize property to .

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

Same methods

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