Cloo 0.9.1
Public Member Functions | Public Attributes
Cloo.SysIntX3 Struct Reference

A structure of three integers of platform specific size. More...

List of all members.

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.

Detailed Description

A structure of three integers of platform specific size.


Constructor & Destructor Documentation

Cloo.SysIntX3.SysIntX3 ( SysIntX2  x2,
long  z 
)
Parameters:
x2
z
Cloo.SysIntX3.SysIntX3 ( int  x,
int  y,
int  z 
)
Parameters:
x
y
z
Cloo.SysIntX3.SysIntX3 ( long  x,
long  y,
long  z 
)
Parameters:
x
y
z
Cloo.SysIntX3.SysIntX3 ( IntPtr  x,
IntPtr  y,
IntPtr  z 
)
Parameters:
x
y
z

Member Function Documentation

override string Cloo.SysIntX3.ToString ( )

Gets the string representation of the SysIntX2.

Returns:
The string representation of the SysIntX2.

Member Data Documentation

The first coordinate.

The second coordinate.

The third coordinate.


The documentation for this struct was generated from the following file: