Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Point Struct Reference

Public Member Functions

 Point (int x, int y)
 
bool Equals (Point other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (Point a, Point b)
 
static bool operator!= (Point a, Point b)
 

Public Attributes

int X
 
int Y
 

Properties

static Point Zero [get]
 

Static Private Attributes

static Point _zero = default(Point)
 

Detailed Description

Definition at line 11 of file Point.cs.


The documentation for this struct was generated from the following file: