Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Structs
Coordinate
C# Class Structs.Coordinate
Mostrar archivo
Open project: AlexAlbala/AlterNative-Tests
Public Properties
Property
Type
Description
x
int
y
int
Public Methods
Method
Description
Coordinate
(
int
x
,
int
y
) :
System
Method Details
Coordinate()
public
method
public
Coordinate
(
int
x
,
int
y
) :
System
x
int
y
int
return
System
Property Details
x
public_oe property
public
int
x
return
int
y
public_oe property
public
int
y
return
int