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