C# Класс Sparrow.Touches.Touch

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LocationInSpace ( DisplayObject space ) : Point

Converts the current location of a touch to the local coordinate system of a display object.

MovementInSpace ( DisplayObject space ) : Point

Returns the movement of the touch between the current and previous location.

PreviousLocationInSpace ( DisplayObject space ) : Point

Converts the previous location of a touch to the local coordinate system of a display object.

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

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

Converts the current location of a touch to the local coordinate system of a display object.
public LocationInSpace ( DisplayObject space ) : Point
space Sparrow.Display.DisplayObject
Результат Sparrow.Geom.Point

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

Returns the movement of the touch between the current and previous location.
public MovementInSpace ( DisplayObject space ) : Point
space Sparrow.Display.DisplayObject
Результат Sparrow.Geom.Point

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

Converts the previous location of a touch to the local coordinate system of a display object.
public PreviousLocationInSpace ( DisplayObject space ) : Point
space Sparrow.Display.DisplayObject
Результат Sparrow.Geom.Point