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

Inheritance: Drawable
Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Cross ( ) : System
Résultat System

Cross() public méthode

public Cross ( Point start, Point stop, LineStyle style ) : System
start Point
stop Point
style LineStyle
Résultat System

GetSelection() public méthode

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

Move() public méthode

public Move ( Selection sel, Point p, Point moveStart ) : void
sel Selection
p Point
moveStart Point
Résultat void

Reorder() public méthode

public Reorder ( ) : void
Résultat void