StylusDownEventArgs Sınıf
Tanım
StylusDown olayı için veriler sağlar.Provides data for the StylusDown event.
public ref class StylusDownEventArgs : System::Windows::Input::StylusEventArgs
public class StylusDownEventArgs : System.Windows.Input.StylusEventArgs
type StylusDownEventArgs = class
inherit StylusEventArgs
Public Class StylusDownEventArgs
Inherits StylusEventArgs
- Devralma
Oluşturucular
StylusDownEventArgs(StylusDevice, Int32) |
StylusDownEventArgs sınıfının yeni bir örneğini başlatır.Initializes a new instance of the StylusDownEventArgs class. |
Özellikler
Device |
Bu olayı başlatan giriş cihazını alır.Gets the input device that initiated this event. (Devralındığı yer: InputEventArgs) |
Handled |
Rota ilerledikçe yönlendirilmiş bir olay için olay işlemenin mevcut durumunu gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Devralındığı yer: RoutedEventArgs) |
InAir |
Ekran kalemi, çizim tablası için yakınlık, ancak dokunmayan bir değere sahip olup olmadığını gösteren bir değer alır.Gets a value that indicates whether the stylus is in proximity to, but not touching, the digitizer. (Devralındığı yer: StylusEventArgs) |
Inverted |
Ekran kalemi ters çevrilip döndürülmeyeceğini gösteren bir değer alır.Gets a value that indicates whether the stylus in inverted. (Devralındığı yer: StylusEventArgs) |
OriginalSource |
SourceBir üst sınıf tarafından olası ayarlamadan önce, saf isabet testi tarafından belirlenen özgün raporlama kaynağını alır.Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Devralındığı yer: RoutedEventArgs) |
RoutedEvent |
RoutedEventBu örnekle ilişkili olan öğesini alır veya ayarlar RoutedEventArgs .Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Devralındığı yer: RoutedEventArgs) |
Source |
Olayı oluşturan nesnenin başvurusunu alır veya ayarlar.Gets or sets a reference to the object that raised the event. (Devralındığı yer: RoutedEventArgs) |
StylusDevice |
StylusDeviceEkran kalemini temsil eden öğesini alır.Gets the StylusDevice that represents the stylus. (Devralındığı yer: StylusEventArgs) |
TapCount |
Tablet kaleminizin dokunma sayısını alır.Gets the number of times the tablet pen was tapped. |
Timestamp |
Bu olayın gerçekleştiği saati alır.Gets the time when this event occurred. (Devralındığı yer: InputEventArgs) |
Yöntemler
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetPosition(IInputElement) |
Ekran kalemi konumunu alır.Gets the position of the stylus. (Devralındığı yer: StylusEventArgs) |
GetStylusPoints(IInputElement) |
StylusPointCollection StylusPoint Belirtilen giriş öğesine göre nesneleri içeren bir döndürür.Returns a StylusPointCollection that contains StylusPoint objects relative to the specified input element. (Devralındığı yer: StylusEventArgs) |
GetStylusPoints(IInputElement, StylusPointDescription) |
Belirtilen StylusPointCollection StylusPointDescription ve StylusPoint belirtilen giriş öğesiyle ilişkili nesneleri içeren bir döndürür.Returns a StylusPointCollection that uses the specified StylusPointDescription and contains StylusPoint objects relating to the specified input element. (Devralındığı yer: StylusEventArgs) |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
InvokeEventHandler(Delegate, Object) |
Olay işleyicilerini bir türe özgü yolla çağırır, bu da olay sistem verimliliğini artırabilir.Invokes event handlers in a type-specific way, which can increase event system efficiency. |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
OnSetSource(Object) |
Türetilmiş bir sınıfta geçersiz kılınırsa, bir örnek özelliğinin değeri değiştiğinde bir bildirim geri çağırma giriş noktası sağlar Source .When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (Devralındığı yer: RoutedEventArgs) |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |