C# 클래스 GrafitiDemo.LCD

파일 보기 프로젝트 열기: nuigroup/grafiti 1 사용 예제들

공개 메소드들

메소드 설명
DisplayError ( ) : void
Draw ( ) : void
DrawDigit ( int i ) : void
DrawSegment ( float x1, float y1, float x2, float y2 ) : void
LCD ( float x, float y, int nDigits ) : System
UpdateText ( string valueAsString ) : bool

비공개 메소드들

메소드 설명
DisplayDigits ( ) : void
DrawE ( ) : void
DrawMinus ( ) : void
DrawPlus ( ) : void
DrawPoint ( ) : void

메소드 상세

DisplayError() 공개 정적인 메소드

public static DisplayError ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

DrawDigit() 공개 정적인 메소드

public static DrawDigit ( int i ) : void
i int
리턴 void

DrawSegment() 공개 정적인 메소드

public static DrawSegment ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
리턴 void

LCD() 공개 메소드

public LCD ( float x, float y, int nDigits ) : System
x float
y float
nDigits int
리턴 System

UpdateText() 공개 메소드

public UpdateText ( string valueAsString ) : bool
valueAsString string
리턴 bool