AcoustID.Chromaprint.Filter.Filter C# (CSharp) Method

Filter() public method

public Filter ( int type, int y, int height, int width ) : System
type int
y int
height int
width int
return System
        public Filter(int type = 0, int y = 0, int height = 0, int width = 0)
        {
            m_type = type;
            m_y = y;
            m_height = height;
            m_width = width;
        }