TouchPoint.ScreenX Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Coordonnée X du point tactile par rapport au bord gauche de l’écran.
public:
property double ScreenX { double get(); void set(double value); };
public double ScreenX { get; set; }
member this.ScreenX : double with get, set
Public Property ScreenX As Double