Public Member Functions | Protected Member Functions

visLU.Gui.MainWindow Class Reference

List of all members.

Public Member Functions

 MainWindow ()
IntPtr getDrawSurface ()
 get handle to the picturebox to redirect the draw() output from the game window to the picturebox
void setXNADrawSurfaceDimensions ()
int XNADrawWidth ()
int XNADrawHeight ()
void updateSliceControls (int xRange, int yRange, int zRange)
void setSlicingGroups (int slice, Decimal increment, int decimalPlaces, Decimal value)
void setSlicingGroups (int slice, int maximum, int value)

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Detailed Description

Definition at line 21 of file MainWindow.cs.


Constructor & Destructor Documentation

visLU.Gui.MainWindow.MainWindow (  )

Definition at line 53 of file MainWindow.cs.


Member Function Documentation

override void visLU.Gui.MainWindow.Dispose ( bool  disposing ) [protected]

Clean up any resources being used.

Parameters:
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 15 of file MainWindow.designer.cs.

IntPtr visLU.Gui.MainWindow.getDrawSurface (  )

get handle to the picturebox to redirect the draw() output from the game window to the picturebox

Returns:
picturebox handle

Definition at line 80 of file MainWindow.cs.

void visLU.Gui.MainWindow.setSlicingGroups ( int  slice,
int  maximum,
int  value 
)
Parameters:
slice
maximum
value

Definition at line 203 of file MainWindow.cs.

void visLU.Gui.MainWindow.setSlicingGroups ( int  slice,
Decimal  increment,
int  decimalPlaces,
Decimal  value 
)
Parameters:
slice
increment
decimalPlaces
value

Definition at line 171 of file MainWindow.cs.

void visLU.Gui.MainWindow.setXNADrawSurfaceDimensions (  )

Definition at line 88 of file MainWindow.cs.

void visLU.Gui.MainWindow.updateSliceControls ( int  xRange,
int  yRange,
int  zRange 
)
Parameters:
xRange
yRange
ZRange

Definition at line 121 of file MainWindow.cs.

int visLU.Gui.MainWindow.XNADrawHeight (  )
Returns:

Definition at line 107 of file MainWindow.cs.

int visLU.Gui.MainWindow.XNADrawWidth (  )
Returns:

Definition at line 98 of file MainWindow.cs.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Properties