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

RotateNearestNeighbor() public méthode

Initializes a new instance of the RotateNearestNeighbor class.

This constructor sets BaseRotateFilter.KeepSize property to .

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

Same methods

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