C# Class AGG.aa_test

Inheritance: AGG.UI.PlatformSupport
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
OnDraw ( RendererBase renderer ) : void
OnMouseDown ( AGG.UI.MouseEventArgs mouseEvent ) : void
OnMouseMove ( AGG.UI.MouseEventArgs mouseEvent ) : void
OnMouseUp ( AGG.UI.MouseEventArgs mouseEvent ) : void
StartDemo ( ) : void
aa_test ( ImageFormats format ) : System

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

OnDraw() public méthode

public OnDraw ( RendererBase renderer ) : void
renderer RendererBase
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( AGG.UI.MouseEventArgs mouseEvent ) : void
mouseEvent AGG.UI.MouseEventArgs
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( AGG.UI.MouseEventArgs mouseEvent ) : void
mouseEvent AGG.UI.MouseEventArgs
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( AGG.UI.MouseEventArgs mouseEvent ) : void
mouseEvent AGG.UI.MouseEventArgs
Résultat void

StartDemo() public static méthode

public static StartDemo ( ) : void
Résultat void

aa_test() public méthode

public aa_test ( ImageFormats format ) : System
format ImageFormats
Résultat System