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

RotateBilinear() public method

Initializes a new instance of the RotateBilinear class.

This constructor sets BaseRotateFilter.KeepSize property to .

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

Same methods

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