ITouchList public interface ITouchList Represents a list with touch points. Documentation Code ITouchPoint this[int index] { get; } Gets the data of the touch point at the given index. int Length { get; } Gets the number of contained touch points.