C# Class PixelViewer.PixelDisplayModel

Inheritance: NewTOAPIA.GL.GLModel
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawContent ( ) : void
OnSetContext ( ) : void

Private Methods

Méthode Description
AdjustColor ( ) : void
CreateGrayscaleImage ( ) : void

Method Details

DrawContent() protected méthode

protected DrawContent ( ) : void
Résultat void

OnKeyboardActivity() public méthode

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
Résultat System.IntPtr

OnSetContext() protected méthode

protected OnSetContext ( ) : void
Résultat void

OnSetViewport() public méthode

public OnSetViewport ( int w, int h ) : void
w int
h int
Résultat void

PixelDisplayModel() public méthode

public PixelDisplayModel ( ) : System
Résultat System