CCT.NUI.Core.Shape.DepthMap.IsSet C# (CSharp) Method

IsSet() public method

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