C# 클래스 Grafiti.Trace

Represents a collection of Cursors, i.e. the path of a finger in the surface.
상속: IComparable
파일 보기 프로젝트 열기: nuigroup/grafiti

공개 메소드들

메소드 설명
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