AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 ITouchPoint

public interface ITouchPoint
Represents the interface for the data of a single touch point.
int ClientX { get; }

Gets the x-coordinate relative to the client.

int ClientY { get; }

Gets the y-coordinate relative to the client.

int Id { get; }

Gets the id of the touch point.

int PageX { get; }

Gets the x-coordinate relative to the page.

int PageY { get; }

Gets the y-coordinate relative to the page.

int ScreenX { get; }

Gets the x-coordinate relative to the screen.

int ScreenY { get; }

Gets the y-coordinate relative to the screen.

Gets the target of the touch point.