C# Класс Grafiti.Trace

Represents a collection of Cursors, i.e. the path of a finger in the surface.
Наследование: IComparable
Показать файл Открыть проект

Открытые методы

Метод Описание
CompareTo ( object obj ) : int
this ( int index ) : CursorPoint

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

Приватные методы

Метод Описание
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

Описание методов

CompareTo() публичный Метод

public CompareTo ( object obj ) : int
obj object
Результат int

this() публичный Метод

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
Результат CursorPoint