Model.OnBoundary C# (CSharp) Méthode

OnBoundary() protected abstract méthode

protected abstract OnBoundary ( int x, int y ) : bool
x int
y int
Résultat bool
    protected abstract bool OnBoundary(int x, int y);