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
NewTOAPIA
Graphics
Point2I
C# Class NewTOAPIA.Graphics.Point2I
Afficher le fichier
Open project: Wiladams/NewTOAPIA
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
x
int
y
int
Méthodes publiques
Méthode
Description
Point2I
(
Point2I
pt
)
Point2I
(
int
value
)
Point2I
(
int
x_
,
int
y_
)
operator
( ) :
Point2I
Method Details
Point2I()
public
méthode
public
Point2I
(
Point2I
pt
)
pt
Point2I
Point2I()
public
méthode
public
Point2I
(
int
value
)
value
int
Point2I()
public
méthode
public
Point2I
(
int
x_
,
int
y_
)
x_
int
y_
int
operator()
public
static
méthode
public
static
operator
( ) :
Point2I
Résultat
Point2I
Property Details
x
public_oe property
public
int
x
Résultat
int
y
public_oe property
public
int
y
Résultat
int