C# Class hobd.SensorTextElement

Inheritance: IUIElement, IDimensionAwareElement
Afficher le fichier Open project: cail/hobd Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Precision int
Units string

Méthodes publiques

Méthode 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 méthode

public Draw ( IDrawingGraphics drawingGraphics ) : void
drawingGraphics IDrawingGraphics
Résultat void

HandleTap() public méthode

public HandleTap ( System point ) : void
point System
Résultat void

SensorTextElement() public méthode

public SensorTextElement ( Sensor sensor, string>.Dictionary attrs ) : System
sensor Sensor
attrs string>.Dictionary
Résultat System

notifyDimensions() public méthode

public notifyDimensions ( int width, int height ) : void
width int
height int
Résultat void

Property Details

Name public_oe property

public string Name
Résultat string

Precision public_oe property

public int Precision
Résultat int

Units public_oe property

public string Units
Résultat string