C# Class Autometaii.PolygonTest

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

Public Methods

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

Method Details

PolygonTest() public method

public PolygonTest ( Size aSize ) : System
aSize Size
return System

PolygonTest() public method

public PolygonTest ( System aSize ) : System
aSize System
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