C# 클래스 SpeedSketch.StrokeGestureRecognizer

상속: UIGestureRecognizer
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

공개 메소드들

메소드 설명
Reset ( ) : void
StrokeGestureRecognizer ( System.Action handler ) : System
StrokeGestureRecognizer ( Action handler ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesCancelled ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

비공개 메소드들

메소드 설명
Append ( HashSet touches, UIEvent uievent ) : bool
BeginIfNeeded ( NSTimer timer ) : void
Collect ( Stroke stroke, UITouch touch, UIView view, bool coalesced, bool predicted ) : void
Touches ( NSSet touches ) : HashSet

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

StrokeGestureRecognizer() 공개 메소드

public StrokeGestureRecognizer ( System.Action handler ) : System
handler System.Action
리턴 System

StrokeGestureRecognizer() 공개 메소드

public StrokeGestureRecognizer ( Action handler ) : System
handler Action
리턴 System

TouchesBegan() 공개 메소드

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesCancelled() 공개 메소드

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesEstimatedPropertiesUpdated() 공개 메소드

public TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void
touches NSSet
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void