NewTOAPIA.Drawing.scanline_hit_test.add_cell C# (CSharp) Method

add_cell() public method

public add_cell ( int x, int nothing ) : void
x int
nothing int
return void
        public void add_cell(int x, int nothing)
        {
            if (m_x == x) m_hit = true;
        }
        public void add_span(int x, int len, int nothing)