Method | Description | |
---|---|---|
Form1 ( ) : System | ||
MoveCursor ( int x, int y ) : void |
This is a response to the host telling us where the cursor is currently located.
|
|
OnCloseRequested ( ) : bool |
When the Window is closing, we shut down the session object to clean up participation in the session correctly.
|
|
OnKeyUp ( |
||
OnKeyboardActivity ( object sender, |
||
OnMouseActivity ( object sender, |
||
OnPaint ( |
We override OnPaint so that when redrawing is not necessarily occuring, we will still refresh areas of the window that need refreshing, from the bitmap.
|
|
PixBltLum24 ( PixelArray |
This method is called through an Event dispatch. It is registered with the DataChangedEvent of the viewer class. It should be raised whenever a new set of drawing commands hits to viewer from the network.
|
|
PixBltPixelBuffer24 ( GDIDIBSection pixMap, int x, int y ) : void |
This method is called through an Event dispatch. It is registered with the DataChangedEvent of the viewer class. It should be raised whenever a new set of drawing commands hits to viewer from the network.
|
public OnKeyUp ( |
||
ke | ||
return |
public OnKeyboardActivity ( object sender, |
||
sender | object | |
kbda | ||
return |
public OnMouseActivity ( object sender, |
||
sender | object | |
ma | ||
return | void |
public OnPaint ( |
||
devent | ||
return | void |
public PixBltLum24 ( PixelArray |
||
pixMap | PixelArray |
|
x | int | |
y | int | |
return | void |
public PixBltPixelBuffer24 ( GDIDIBSection pixMap, int x, int y ) : void | ||
pixMap | GDIDIBSection | |
x | int | |
y | int | |
return | void |