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

상속: Drawable
파일 보기 프로젝트 열기: GNOME/longomatch

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Angle ( ) : System
Angle ( Point start, Point center, Point stop ) : System
GetSelection ( Point p, double pr = 0.05, bool inMotion = false ) : Selection
Move ( Selection sel, Point p, Point start ) : void

메소드 상세

Angle() 공개 메소드

public Angle ( ) : System
리턴 System

Angle() 공개 메소드

public Angle ( Point start, Point center, Point stop ) : System
start Point
center Point
stop Point
리턴 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 start ) : void
sel Selection
p Point
start Point
리턴 void