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

RotateNearestNeighbor() public method

Initializes a new instance of the RotateNearestNeighbor class.

This constructor sets BaseRotateFilter.KeepSize property to .

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

Same methods

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