C# 클래스 GrafitiDemo.Calculator

상속: IGestureListener, IPinchable
파일 보기 프로젝트 열기: nuigroup/grafiti 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DECIMAL_SEPARATOR string

공개 메소드들

메소드 설명
Calculator ( ) : System
Draw ( ) : void
GetPinchReference ( float &x, float &y, float &size, float &rotation ) : void
GetTargetAt ( float x, float y, IGestureListener &zGestureListener, object &zControl ) : void
OnPinch ( object obj, GestureEventArgs args ) : void

비공개 메소드들

메소드 설명
ProcessDigit ( int digit ) : void
ProcessItem ( Items item, bool hover ) : void
ProcessNonDigit ( Items item, bool hover ) : void
PushOperand ( ) : void
Reset ( ) : void

메소드 상세

Calculator() 공개 메소드

public Calculator ( ) : System
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GetPinchReference() 공개 메소드

public GetPinchReference ( float &x, float &y, float &size, float &rotation ) : void
x float
y float
size float
rotation float
리턴 void

GetTargetAt() 공개 메소드

public GetTargetAt ( float x, float y, IGestureListener &zGestureListener, object &zControl ) : void
x float
y float
zGestureListener IGestureListener
zControl object
리턴 void

OnPinch() 공개 메소드

public OnPinch ( object obj, GestureEventArgs args ) : void
obj object
args Grafiti.GestureEventArgs
리턴 void

프로퍼티 상세

DECIMAL_SEPARATOR 공개적으로 정적으로 프로퍼티

public static string DECIMAL_SEPARATOR
리턴 string