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
RazorSpy
Styles
NativeMethods.POINT
C# Class RazorSpy.Styles.NativeMethods.POINT
Afficher le fichier
Open project: RazorSpy/RazorSpy
Méthodes publiques
Свойство
Type
Description
x
int
y
int
Méthodes publiques
Méthode
Description
POINT
(
int
x
,
int
y
) :
System
Construct a point of coordinates (x,y).
Method Details
POINT()
public
méthode
Construct a point of coordinates (x,y).
public
POINT
(
int
x
,
int
y
) :
System
x
int
y
int
Résultat
System
Property Details
x
public_oe property
x coordinate of point.
public
int
x
Résultat
int
y
public_oe property
y coordinate of point.
public
int
y
Résultat
int