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

BaseRotateFilter() public méthode

Initializes a new instance of the BaseRotateFilter class.

This constructor sets KeepSize property to false.

public BaseRotateFilter ( double angle ) : System
angle double Rotation angle.
Résultat System
        public BaseRotateFilter( double angle )
        {
            this.angle = angle;
        }

Same methods

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