C# 클래스 LongoMatch.Core.Store.Drawables.Cross

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Cross ( ) : System
Cross ( Point start, Point stop, LineStyle style ) : System
GetSelection ( Point p, double pr = 0.05, bool inMotion = false ) : Selection
Move ( Selection sel, Point p, Point moveStart ) : void
Reorder ( ) : void

메소드 상세

Cross() 공개 메소드

public Cross ( ) : System
리턴 System

Cross() 공개 메소드

public Cross ( Point start, Point stop, LineStyle style ) : System
start Point
stop Point
style LineStyle
리턴 System

GetSelection() 공개 메소드

public GetSelection ( Point p, double pr = 0.05, bool inMotion = false ) : Selection
p Point
pr double
inMotion bool
리턴 Selection

Move() 공개 메소드

public Move ( Selection sel, Point p, Point moveStart ) : void
sel Selection
p Point
moveStart Point
리턴 void

Reorder() 공개 메소드

public Reorder ( ) : void
리턴 void