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

BaseRotateFilter() public method

Initializes a new instance of the BaseRotateFilter class.

This constructor sets KeepSize property to false.

public BaseRotateFilter ( double angle ) : System
angle double Rotation angle.
return System
        public BaseRotateFilter( double angle )
        {
            this.angle = angle;
        }

Same methods

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