C# Class AGENT.Contrib.UI.Menu

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

Public Properties

Property Type Description
AgentSize int

Public Methods

Method Description
Menu ( Microsoft.SPOT.Font menuFont, Microsoft.SPOT.Bitmap screen = null ) : System
Render ( ) : void

Private Methods

Method Description
buttonHelper_OnButtonPress ( Buttons button, InterruptPort port, ButtonDirection direction, System.DateTime time ) : void

Method Details

Menu() public method

public Menu ( Microsoft.SPOT.Font menuFont, Microsoft.SPOT.Bitmap screen = null ) : System
menuFont Microsoft.SPOT.Font
screen Microsoft.SPOT.Bitmap
return System

Render() public method

public Render ( ) : void
return void

Property Details

AgentSize public static property

public static int AgentSize
return int