C# 클래스 LongoMatch.Drawing.CanvasObjects.Timeline.NeedleObject

상속: CanvasObject, ICanvasSelectableObject
파일 보기 프로젝트 열기: GNOME/longomatch

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( IDrawingToolkit tk, LongoMatch area ) : void
GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
Move ( Selection s, Point p, Point start ) : void
NeedleObject ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Draw() 공개 메소드

public Draw ( IDrawingToolkit tk, LongoMatch area ) : void
tk IDrawingToolkit
area LongoMatch
리턴 void

GetSelection() 공개 메소드

public GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
point Point
precision double
inMotion bool
리턴 LongoMatch.Core.Store.Drawables.Selection

Move() 공개 메소드

public Move ( Selection s, Point p, Point start ) : void
s LongoMatch.Core.Store.Drawables.Selection
p Point
start Point
리턴 void

NeedleObject() 공개 메소드

public NeedleObject ( ) : System
리턴 System