Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
POINT.cs
Go to the documentation of this file.
1
namespace
B83.Win32
;
2
3
public
struct
POINT
4
{
5
public
int
x
;
6
7
public
int
y
;
8
9
public
POINT
(
int
aX,
int
aY)
10
{
11
x
= aX;
12
y
= aY;
13
}
14
15
public
override
string
ToString
()
16
{
17
return
"("
+
x
+
", "
+
y
+
")"
;
18
}
19
}
B83.Win32
Definition:
CWPSTRUCT.cs:3
B83.Win32.POINT
Definition:
POINT.cs:4
B83.Win32.POINT.POINT
POINT(int aX, int aY)
Definition:
POINT.cs:9
B83.Win32.POINT.x
int x
Definition:
POINT.cs:5
B83.Win32.POINT.ToString
override string ToString()
Definition:
POINT.cs:15
B83.Win32.POINT.y
int y
Definition:
POINT.cs:7
Elin
Plugins.basecore
B83
Win32
POINT.cs
Generated by
1.9.6