C# Class Autometaii.LineDemo1

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

Public Methods

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

Method Details

LineDemo1() public method

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

ReceiveCommand() public method

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

ReceiveCommand() public method

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

RunOnce() public method

public RunOnce ( GDIRenderer aPort ) : void
aPort NewTOAPIA.Drawing.GDIRenderer
return void

RunOnce() public method

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

RunOnce() public method

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