CCT.NUI.Core.Shape.DepthMap.IsSet C# (CSharp) Méthode

IsSet() public méthode

public IsSet ( int x, int y ) : bool
x int
y int
Résultat bool
        public bool IsSet(int x, int y)
        {
            return this[x, y] > 0;
        }