5using Microsoft.Xna.Framework.Design;
13 [SuppressMessage(
"Microsoft.Design",
"CA1051:DoNotDeclareVisibleInstanceFields")]
16 [SuppressMessage(
"Microsoft.Design",
"CA1051:DoNotDeclareVisibleInstanceFields")]
50 return X.GetHashCode() +
Y.GetHashCode();
56 return string.Format(currentCulture,
"{{X:{0} Y:{1}}}",
new object[2]
58 X.ToString(currentCulture),
59 Y.ToString(currentCulture)
static CultureInfo CurrentCulture
static bool operator==(Point a, Point b)
override bool Equals(object obj)
override int GetHashCode()
override string ToString()
static bool operator!=(Point a, Point b)