C# Class SimpleCalculator.CalculatorButton

Exibir arquivo Open project: nothingmn/AGENT.Contrib Class Usage Examples

Public Methods

Method Description
Render ( Microsoft.SPOT.Bitmap screen, Microsoft.SPOT.Font font, int height, int width, int borderBuffer, System.Color ForegroundColor, System.Color BackgroundColor ) : void

Method Details

Render() public method

public Render ( Microsoft.SPOT.Bitmap screen, Microsoft.SPOT.Font font, int height, int width, int borderBuffer, System.Color ForegroundColor, System.Color BackgroundColor ) : void
screen Microsoft.SPOT.Bitmap
font Microsoft.SPOT.Font
height int
width int
borderBuffer int
ForegroundColor System.Color
BackgroundColor System.Color
return void