AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.2" />

.NET API 1,223,680 bytes

 ITouchList

public interface ITouchList
Represents a list with touch points.
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.