C# Class AGG.aa_test

Inheritance: AGG.UI.PlatformSupport
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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

Method Description
Main ( string args ) : void

Method Details

OnDraw() public method

public OnDraw ( RendererBase renderer ) : void
renderer RendererBase
return void

OnMouseDown() public method

public OnMouseDown ( AGG.UI.MouseEventArgs mouseEvent ) : void
mouseEvent AGG.UI.MouseEventArgs
return void

OnMouseMove() public method

public OnMouseMove ( AGG.UI.MouseEventArgs mouseEvent ) : void
mouseEvent AGG.UI.MouseEventArgs
return void

OnMouseUp() public method

public OnMouseUp ( AGG.UI.MouseEventArgs mouseEvent ) : void
mouseEvent AGG.UI.MouseEventArgs
return void

StartDemo() public static method

public static StartDemo ( ) : void
return void

aa_test() public method

public aa_test ( ImageFormats format ) : System
format ImageFormats
return System