RadialControllerScreenContactContinuedEventArgs.Contact Eigenschaft

Definition

Ruft die Position und den begrenzungsgebundenen Bereich des Radgeräts auf der Digitizeroberfläche ab, während ein benutzerdefiniertes RadialController-Tool aktiv ist.

public:
 property RadialControllerScreenContact ^ Contact { RadialControllerScreenContact ^ get(); };
RadialControllerScreenContact Contact();
public RadialControllerScreenContact Contact { get; }
var radialControllerScreenContact = radialControllerScreenContactContinuedEventArgs.contact;
Public ReadOnly Property Contact As RadialControllerScreenContact

Eigenschaftswert

Die Position und der Begrenzungsbereich des Radgeräts auf der Digitalisiereroberfläche im geräteunabhängigen Pixel (DEVICE-Independent Pixel, DIP).

NULL, wenn der Kontakt nicht erkannt wird.

Gilt für:

Weitere Informationen