C# Class PixelViewer.PixelDisplayModel

Inheritance: NewTOAPIA.GL.GLModel
Datei anzeigen Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetViewport ( int w, int h ) : void
PixelDisplayModel ( ) : System

Protected Methods

Method Description
DrawContent ( ) : void
OnSetContext ( ) : void

Private Methods

Method Description
AdjustColor ( ) : void
CreateGrayscaleImage ( ) : void

Method Details

DrawContent() protected method

protected DrawContent ( ) : void
return void

OnKeyboardActivity() public method

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
return System.IntPtr

OnSetContext() protected method

protected OnSetContext ( ) : void
return void

OnSetViewport() public method

public OnSetViewport ( int w, int h ) : void
w int
h int
return void

PixelDisplayModel() public method

public PixelDisplayModel ( ) : System
return System