AForge.Imaging.Filters.BaseRotateFilter.BaseRotateFilter C# (CSharp) 메소드

BaseRotateFilter() 공개 메소드

Initializes a new instance of the BaseRotateFilter class.

This constructor sets KeepSize property to false.

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

Same methods

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