Model.OnBoundary C# (CSharp) Method

OnBoundary() protected abstract method

protected abstract OnBoundary ( int x, int y ) : bool
x int
y int
return bool
    protected abstract bool OnBoundary(int x, int y);