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

Inheritance: Drawable
Afficher le fichier Open project: GNOME/longomatch

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetSelection ( Point p, double pr = 0.05, bool inMotion = false ) : Selection
Line ( ) : System
Line ( Point start, Point stop, LineType type, LineStyle style ) : System
Move ( Selection sel, Point p, Point moveStart ) : void

Method Details

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

Line() public méthode

public Line ( ) : System
Résultat System

Line() public méthode

public Line ( Point start, Point stop, LineType type, LineStyle style ) : System
start Point
stop Point
type LineType
style LineStyle
Résultat System

Move() public méthode

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