Gets the coordinates of the last point touched

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
point LastTouch { get; }

Property Value

Type: point

Remarks

If control is currently being touch LastTouch returns current position

See Also