C# Class Autometaii.GraphTest

Inheritance: Autometus
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GraphTest ( Size aSize ) : System
ReceiveCommand ( Command_Render command ) : void
RunOnce ( GDIRenderer aPort ) : void
RunOnce ( IRenderGDI aPort ) : void

Method Details

GraphTest() public method

public GraphTest ( Size aSize ) : System
aSize System.Drawing.Size
return System

ReceiveCommand() public method

public ReceiveCommand ( Command_Render command ) : void
command Command_Render
return void

RunOnce() public method

public RunOnce ( GDIRenderer aPort ) : void
aPort GDIRenderer
return void

RunOnce() public method

public RunOnce ( IRenderGDI aPort ) : void
aPort IRenderGDI
return void