C# Class LongoMatch.Core.Store.Drawables.Cross

Inheritance: Drawable
ファイルを表示 Open project: GNOME/longomatch Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Cross() public method

public Cross ( ) : System
return System

Cross() public method

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

GetSelection() public method

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

Move() public method

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

Reorder() public method

public Reorder ( ) : void
return void