C# Class hobd.SensorTextElement

Inheritance: IUIElement, IDimensionAwareElement
Show file Open project: cail/hobd Class Usage Examples

Public Properties

Property Type Description
Name string
Precision int
Units string

Public Methods

Method Description
Draw ( IDrawingGraphics drawingGraphics ) : void
HandleTap ( System point ) : void
SensorTextElement ( Sensor sensor, string>.Dictionary attrs ) : System
notifyDimensions ( int width, int height ) : void

Method Details

Draw() public method

public Draw ( IDrawingGraphics drawingGraphics ) : void
drawingGraphics IDrawingGraphics
return void

HandleTap() public method

public HandleTap ( System point ) : void
point System
return void

SensorTextElement() public method

public SensorTextElement ( Sensor sensor, string>.Dictionary attrs ) : System
sensor Sensor
attrs string>.Dictionary
return System

notifyDimensions() public method

public notifyDimensions ( int width, int height ) : void
width int
height int
return void

Property Details

Name public property

public string Name
return string

Precision public property

public int Precision
return int

Units public property

public string Units
return string