Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
RazorSpy
Styles
NativeMethods.POINT
C# Class RazorSpy.Styles.NativeMethods.POINT
ファイルを表示
Open project: RazorSpy/RazorSpy
Public Properties
Property
Type
Description
x
int
y
int
Public Methods
Method
Description
POINT
(
int
x
,
int
y
) :
System
Construct a point of coordinates (x,y).
Method Details
POINT()
public
method
Construct a point of coordinates (x,y).
public
POINT
(
int
x
,
int
y
) :
System
x
int
y
int
return
System
Property Details
x
public_oe property
x coordinate of point.
public
int
x
return
int
y
public_oe property
y coordinate of point.
public
int
y
return
int