CCT.NUI.Core.Point.IsZero C# (CSharp) Method

IsZero() public static method

public static IsZero ( Point point ) : bool
point Point
return bool
        public static bool IsZero(Point point)
        {
            return Zero.Equals(point);
        }