C# 클래스 hobd.SensorTextElement

상속: IUIElement, IDimensionAwareElement
파일 보기 프로젝트 열기: cail/hobd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Precision int
Units string

공개 메소드들

메소드 설명
Draw ( IDrawingGraphics drawingGraphics ) : void
HandleTap ( System point ) : void
SensorTextElement ( Sensor sensor, string>.Dictionary attrs ) : System
notifyDimensions ( int width, int height ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( IDrawingGraphics drawingGraphics ) : void
drawingGraphics IDrawingGraphics
리턴 void

HandleTap() 공개 메소드

public HandleTap ( System point ) : void
point System
리턴 void

SensorTextElement() 공개 메소드

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

notifyDimensions() 공개 메소드

public notifyDimensions ( int width, int height ) : void
width int
height int
리턴 void

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Precision 공개적으로 프로퍼티

public int Precision
리턴 int

Units 공개적으로 프로퍼티

public string Units
리턴 string