C# 클래스 GrafitiDemo.DemoObject

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

Private Properties

프로퍼티 타입 설명
Remove void
Update void

공개 메소드들

메소드 설명
ContainsPoint ( float x, float y ) : bool
DemoObject ( DemoObjectManager objectManager, Viewer viewer, int fiducialId, float x, float y, float angle ) : System
Draw ( int layer ) : void
GetPinchReference ( float &x, float &y, float &size, float &rotation ) : void
GetSquareDistance ( float x, float y ) : float
OnDoubleTap ( object obj, GestureEventArgs args ) : void
OnEndHover ( object obj, GestureEventArgs args ) : void
OnHover ( object obj, GestureEventArgs args ) : void
OnPinch ( object obj, GestureEventArgs args ) : void
OnTap ( object obj, GestureEventArgs args ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
Remove ( float x, float y, float angle ) : void
Update ( float x, float y, float angle ) : void

메소드 상세

ContainsPoint() 공개 메소드

public ContainsPoint ( float x, float y ) : bool
x float
y float
리턴 bool

DemoObject() 공개 메소드

public DemoObject ( DemoObjectManager objectManager, Viewer viewer, int fiducialId, float x, float y, float angle ) : System
objectManager DemoObjectManager
viewer Viewer
fiducialId int
x float
y float
angle float
리턴 System

Draw() 공개 메소드

public Draw ( int layer ) : void
layer int
리턴 void

GetPinchReference() 공개 메소드

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

GetSquareDistance() 공개 메소드

public GetSquareDistance ( float x, float y ) : float
x float
y float
리턴 float

OnDoubleTap() 공개 메소드

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

OnEndHover() 공개 메소드

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

OnHover() 공개 메소드

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

OnPinch() 공개 메소드

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

OnTap() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string