Directly inform control of touch down event

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

Syntax

C#
public void SendTouchDown(
	Object sender,
	point point
)

Parameters

sender
Type: System..::..Object
Object sending the event
point
Type: Skewworks.NETMF..::..point
Point on screen touch event is occurring

Implements

IControl..::..SendTouchDown(Object, point)

See Also