TouchProcessor Constructor
In This Topic
Creates an instance of TouchProcessor for the given control.
Syntax
'Declaration
Public Function New( _
ByVal As System.Windows.Forms.Control, _
ByVal As HitTestDelegate _
)
public TouchProcessor(
System.Windows.Forms.Control ,
HitTestDelegate
)
Parameters
- control
- hitTest
See Also