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

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

List of all members.

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.

Detailed Description

A structure of two integers of platform specific size.


Constructor & Destructor Documentation

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

Member Function Documentation

override string Cloo.SysIntX2.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 documentation for this struct was generated from the following file: