Search
Dashboard.HandleTouchDown Method
See Also
 






Invoked to handle touch down interactions.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void HandleTouchDown (
    int id,
    Point location,
    Size size,
    int time,
    int mask,
    int flags
)

Visual Basic  Copy Code

Public Sub HandleTouchDown( _
    id As Integer, _
    location As Point, _
    size As Size, _
    time As Integer, _
    mask As Integer, _
    flags As Integer _
)

 Parameters

id

location

size

time

mask

flags

 See Also