C# 클래스 TUIO.TuioCursor

* The TuioCursor class encapsulates /tuio/2Dcur TUIO cursors.
상속: TuioContainer
파일 보기 프로젝트 열기: Ractiv/touch_plus_source_code 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
cursor_id int

공개 메소드들

메소드 설명
TuioCursor ( TuioCursor tcur ) : System
TuioCursor ( TuioTime ttime, long si, int ci, float xp, float yp ) : System
TuioCursor ( long si, int ci, float xp, float yp ) : System
getCursorID ( ) : int

메소드 상세

TuioCursor() 공개 메소드

public TuioCursor ( TuioCursor tcur ) : System
tcur TuioCursor
리턴 System

TuioCursor() 공개 메소드

public TuioCursor ( TuioTime ttime, long si, int ci, float xp, float yp ) : System
ttime TuioTime
si long
ci int
xp float
yp float
리턴 System

TuioCursor() 공개 메소드

public TuioCursor ( long si, int ci, float xp, float yp ) : System
si long
ci int
xp float
yp float
리턴 System

getCursorID() 공개 메소드

public getCursorID ( ) : int
리턴 int

프로퍼티 상세

cursor_id 보호되어 있는 프로퍼티

protected int cursor_id
리턴 int