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

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

공개 메소드들

메소드 설명
GetSelection ( Point p, double pr, bool inMotion = false ) : Selection
Move ( Selection sel, Point p, Point moveStart ) : void
MultiPoints ( ) : System
MultiPoints ( List points ) : System

비공개 메소드들

메소드 설명
UpdateArea ( ) : void

메소드 상세

GetSelection() 공개 메소드

public GetSelection ( Point p, double pr, 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

MultiPoints() 공개 메소드

public MultiPoints ( ) : System
리턴 System

MultiPoints() 공개 메소드

public MultiPoints ( List points ) : System
points List
리턴 System