Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Microsoft
Xna
Framework
Point
C# Class Microsoft.Xna.Framework.Point
Afficher le fichier
Open project: DeathCradle/Open-Terraria-API
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Array
Point[]
X
int
Y
int
Méthodes publiques
Méthode
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Point
(
int
x
,
int
y
)
operator
( ) :
bool
Method Details
Equals()
public
méthode
public
Equals
(
object
obj
) :
bool
obj
object
Résultat
bool
GetHashCode()
public
méthode
public
GetHashCode
( ) :
int
Résultat
int
Point()
public
méthode
public
Point
(
int
x
,
int
y
)
x
int
y
int
operator()
public
static
méthode
public
static
operator
( ) :
bool
Résultat
bool
Property Details
Array
public_oe static_oe property
public
static
Point[]
Array
Résultat
Point[]
X
public_oe property
public
int
X
Résultat
int
Y
public_oe property
public
int
Y
Résultat
int