C# Class AGENT.Contrib.Face.WatchFace

Inheritance: IWatchFace
Show file Open project: nothingmn/AGENT.Contrib Class Usage Examples

Public Methods

Method Description
Render ( ) : void
Start ( ) : void
WatchFace ( IFace face, Microsoft.SPOT.Bitmap screen = null, ISettings settings = null ) : System

Private Methods

Method Description
SetTimerFrequency ( int frequency ) : void

Creates or update the timers behavior

Method Details

Render() public method

public Render ( ) : void
return void

Start() public method

public Start ( ) : void
return void

WatchFace() public method

public WatchFace ( IFace face, Microsoft.SPOT.Bitmap screen = null, ISettings settings = null ) : System
face IFace
screen Microsoft.SPOT.Bitmap
settings ISettings
return System