C# 클래스 Tests.Core.Store.Drawables.DrawableImp

상속: Drawable
파일 보기 프로젝트 열기: GNOME/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
Move ( Selection sel, Point p, Point start ) : 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 sel, Point p, Point start ) : void
sel LongoMatch.Core.Store.Drawables.Selection
p Point
start Point
리턴 void