Search
Dashboard.HandleTouchMove Method
See Also
 






Invoked to handle touch move interactions.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Sub HandleTouchMove( _
    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