PenDeviceInterop Classe

Definizione

Supporta la possibilità di identificare e tenere traccia di un oggetto PenDevice di sistema attivo tramite l'interoperabilità.

public ref class PenDeviceInterop abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PenDeviceInterop final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class PenDeviceInterop
Public Class PenDeviceInterop
Ereditarietà
Object Platform::Object IInspectable PenDeviceInterop
Attributi

Esempio

Il codice seguente illustra come correlare un PointerPoint a un penDevice di sistema:

private void PointerInputSource_PointerEntered(InputPointerSource sender, PointerEventArgs args)
{
    var penDevice = PenDeviceInterop.PenDeviceFromPointerPoint(args.CurrentPoint);
}

Metodi

FromPointerPoint(PointerPoint)

Recupera un riferimento a un dispositivo penna associato al puntatore specificato.

Si applica a