C# Class Grafiti.Trace

Represents a collection of Cursors, i.e. the path of a finger in the surface.
Inheritance: IComparable
Show file Open project: nuigroup/grafiti

Public Methods

Method Description
CompareTo ( object obj ) : int
this ( int index ) : CursorPoint

The trace is indexed on the cursor points of which it is composed

Private Methods

Method Description
AppendAddingOrUpdatingCursor ( CursorPoint cursor, List targets, bool isZControl ) : void
AppendRemovingCursor ( CursorPoint cursor, List targets, bool isZControl ) : void
Terminate ( ) : void
Trace ( CursorPoint cursor, Group group, List targets, bool guiTargets ) : System
UpdateCursorValues ( CursorPoint cursor ) : void
UpdateTargets ( List targets, bool isZControl ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

this() public method

The trace is indexed on the cursor points of which it is composed
public this ( int index ) : CursorPoint
index int Index of the cursor point in the path list
return CursorPoint