Cloo 0.9.1
|
A structure of two integers of platform specific size. More...
Public Member Functions | |
SysIntX2 (int x, int y) | |
SysIntX2 (long x, long y) | |
SysIntX2 (IntPtr x, IntPtr y) | |
override string | ToString () |
Gets the string representation of the SysIntX2. | |
Public Attributes | |
IntPtr | X |
The first coordinate. | |
IntPtr | Y |
The second coordinate. |
A structure of two integers of platform specific size.
Cloo.SysIntX2.SysIntX2 | ( | int | x, |
int | y | ||
) |
x | |
y |
Cloo.SysIntX2.SysIntX2 | ( | long | x, |
long | y | ||
) |
x | |
y |
Cloo.SysIntX2.SysIntX2 | ( | IntPtr | x, |
IntPtr | y | ||
) |
x | |
y |
override string Cloo.SysIntX2.ToString | ( | ) |
IntPtr Cloo.SysIntX2.X |
The first coordinate.
IntPtr Cloo.SysIntX2.Y |
The second coordinate.