C# Класс Paint.TouchPoint

Touch point. Immutable class for tracking the location and type of 'touch'/gesture made by the user
Наследование: ITouchPoint
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TouchPoint ( Vector2 position, TouchType touchType ) : Microsoft.Xna.Framework

Initializes a new instance of the Paint.TouchPoint class.

Описание методов

TouchPoint() публичный Метод

Initializes a new instance of the Paint.TouchPoint class.
public TouchPoint ( Vector2 position, TouchType touchType ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Vector2 The position on screen that the user touched.
touchType TouchType Touch type (FreeFrag, Tap etc)
Результат Microsoft.Xna.Framework