TouchPoint Clase
Definición
Representa un único punto de toque de un origen de mensajes multitoque.Represents a single touch point from a multitouch message source.
public ref class TouchPoint : IEquatable<System::Windows::Input::TouchPoint ^>
public class TouchPoint : IEquatable<System.Windows.Input.TouchPoint>
type TouchPoint = class
interface IEquatable<TouchPoint>
Public Class TouchPoint
Implements IEquatable(Of TouchPoint)
- Herencia
-
TouchPoint
- Implementaciones
Constructores
TouchPoint(TouchDevice, Point, Rect, TouchAction) |
Inicializa una nueva instancia de la clase TouchPoint.Initializes a new instance of the TouchPoint class. |
Propiedades
Action |
Obtiene la última acción que se ha producido en esta ubicación.Gets the last action that occurred at this location. |
Bounds |
Obtiene los límites del área de contacto entre el dedo y la pantalla.Gets the bounds of the area that the finger has in contact with the screen. |
Position |
Obtiene la ubicación del punto táctil.Gets the location of the touch point. |
Size |
Obtiene el tamaño de la propiedad Bounds.Gets the size of the Bounds property. |
TouchDevice |
Obtiene el dispositivo táctil que generó este objeto TouchPoint.Gets the touch device that generated this TouchPoint. |
Métodos
Equals(Object) |
Determina si el objeto especificado es igual que el objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetHashCode() |
Sirve como la función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
ToString() |
Devuelve una cadena que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |
Implementaciones de interfaz explícitas
IEquatable<TouchPoint>.Equals(TouchPoint) |
Indica si el objeto actual es igual a otro TouchPoint.Indicates whether the current object is equal to another TouchPoint. |