Property | Type | Description | |
---|---|---|---|
NegativeOne | |||
X | short | ||
Y | short | ||
Zero |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Max ( |
||
Max ( int compareX, int compareY ) : |
||
Max ( int firstX, int firstY, int secondX, int secondY ) : |
||
Point16 ( |
||
Point16 ( int x, int y ) : Microsoft.Xna.Framework | ||
Point16 ( short x, short y ) : Microsoft.Xna.Framework | ||
ToString ( ) : string | ||
operator ( ) : bool |
public Max ( int compareX, int compareY ) : |
||
compareX | int | |
compareY | int | |
return |
public static Max ( int firstX, int firstY, int secondX, int secondY ) : |
||
firstX | int | |
firstY | int | |
secondX | int | |
secondY | int | |
return |
public Point16 ( |
||
point | ||
return | Microsoft.Xna.Framework |
public Point16 ( int x, int y ) : Microsoft.Xna.Framework | ||
x | int | |
y | int | |
return | Microsoft.Xna.Framework |
public Point16 ( short x, short y ) : Microsoft.Xna.Framework | ||
x | short | |
y | short | |
return | Microsoft.Xna.Framework |
public static Point16,Terraria.DataStructures NegativeOne | ||
return |