Click or drag to resize

TouchDataTouchDownRequestToProcessTouch Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public TouchDownRequestToProcessTouch(
	UIControl sender,
	double processPriority,
	double distanceInPixels,
	Object anyData,
	TouchDataTouchDownRequestToProcessTouchActionDelegate action
)

Parameters

sender
Type: NeoAxisUIControl
processPriority
Type: SystemDouble
distanceInPixels
Type: SystemDouble
anyData
Type: SystemObject
action
Type: NeoAxisTouchDataTouchDownRequestToProcessTouchActionDelegate
See Also