terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Point Struct Reference
+ Inheritance diagram for Microsoft.Xna.Framework.Point:

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)
 
static Point ()
 

Public Attributes

int X
 
int Y
 

Properties

static Point Zero [get]
 

Static Private Attributes

static Point zeroPoint
 

Detailed Description

Definition at line 8 of file Point.cs.


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