C# Класс SpeedSketch.StrokeGestureRecognizer

Наследование: UIGestureRecognizer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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