AForge.Imaging.Filters.RotateBilinear.RotateBilinear C# (CSharp) Метод

RotateBilinear() публичный Метод

Initializes a new instance of the RotateBilinear class.

This constructor sets BaseRotateFilter.KeepSize property to .

public RotateBilinear ( double angle ) : System
angle double Rotation angle.
Результат System
		public RotateBilinear( double  angle ) :
            this( angle, false )
		{
		}

Same methods

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