프로퍼티 | 타입 | 설명 | |
---|---|---|---|
NegativeOne | |||
X | short | ||
Y | short | ||
Zero |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
public static Max ( int firstX, int firstY, int secondX, int secondY ) : |
||
firstX | int | |
firstY | int | |
secondX | int | |
secondY | int | |
리턴 |
public Point16 ( |
||
point | ||
리턴 | Microsoft.Xna.Framework |
public Point16 ( int x, int y ) : Microsoft.Xna.Framework | ||
x | int | |
y | int | |
리턴 | Microsoft.Xna.Framework |
public Point16 ( short x, short y ) : Microsoft.Xna.Framework | ||
x | short | |
y | short | |
리턴 | Microsoft.Xna.Framework |