Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PInvoke
Win32
Structures
POINT
C# Class PInvoke.Win32.Structures.POINT
显示文件
Open project: yesan/EverythingCSharp
Public Properties
Property
Type
Description
X
int
Y
int
Public Methods
Method
Description
POINT
(
int
x
,
int
y
) :
System
Method Details
POINT()
public
method
public
POINT
(
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