C# Class Autometaii.SineWave

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

Private Properties

Property Type Description

Public Methods

Method Description
ReceiveCommand ( ICommand command ) : void
RunOnce ( GDIRenderer aPort ) : void
RunOnce ( IDraw2D aPort ) : void
RunOnce ( IRenderGDI aPort ) : void
SineWave ( Size aSize, int nSegments ) : System

Method Details

ReceiveCommand() public method

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

RunOnce() public method

public RunOnce ( GDIRenderer aPort ) : void
aPort 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

SineWave() public method

public SineWave ( Size aSize, int nSegments ) : System
aSize Size
nSegments int
return System