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