InkCanvasGestureEventArgs Klasa
Definicja
public ref class InkCanvasGestureEventArgs : System::Windows::RoutedEventArgs
public class InkCanvasGestureEventArgs : System.Windows.RoutedEventArgs
type InkCanvasGestureEventArgs = class
inherit RoutedEventArgs
Public Class InkCanvasGestureEventArgs
Inherits RoutedEventArgs
- Dziedziczenie
Konstruktory
InkCanvasGestureEventArgs(StrokeCollection, IEnumerable<GestureRecognitionResult>) |
Inicjuje nowe wystąpienie klasy InkCanvasGestureEventArgs.Initializes a new instance of the InkCanvasGestureEventArgs class. |
Właściwości
Cancel |
Pobiera lub ustawia wartość logiczną wskazującą, czy pociągnięcia mają być uznawane za gest.Gets or sets a Boolean value that indicates whether strokes should be considered a gesture. |
Handled |
Pobiera lub ustawia wartość wskazującą obecny stan obsługi zdarzeń dla zdarzenia kierowanego w trakcie podróży trasy.Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Odziedziczone po RoutedEventArgs) |
OriginalSource |
Pobiera oryginalne źródło raportowania określone przez czyste Testy trafień przed dopuszczalną Source korektą przez klasę nadrzędną.Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Odziedziczone po RoutedEventArgs) |
RoutedEvent |
Pobiera lub ustawia RoutedEvent skojarzenie skojarzone z tym RoutedEventArgs wystąpieniem.Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Odziedziczone po RoutedEventArgs) |
Source |
Pobiera lub ustawia odwołanie do obiektu, który wywołał zdarzenie.Gets or sets a reference to the object that raised the event. (Odziedziczone po RoutedEventArgs) |
Strokes |
Pobiera pociągnięcia, które reprezentują możliwy gest.Gets the strokes that represent the possible gesture. |
Metody
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetGestureRecognitionResults() |
Zwraca wyniki z aparatu rozpoznawania gestów.Returns results from the gesture recognizer. |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
InvokeEventHandler(Delegate, Object) |
Gdy jest zastępowany w klasie pochodnej, zapewnia sposób wywoływania programów obsługi zdarzeń w sposób specyficzny dla typu, co może zwiększyć wydajność w porównaniu z podstawową implementacją.When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation. |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
OnSetSource(Object) |
Gdy jest zastępowany w klasie pochodnej, udostępnia punkt wejścia wywołania zwrotnego powiadomienia za każdym razem, gdy wartość Source Właściwości wystąpienia zostanie zmieniona.When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (Odziedziczone po RoutedEventArgs) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |