C# Class Tests.Core.Store.Drawables.DrawableImp

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

Méthodes publiques

Méthode Description
GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
Move ( Selection sel, Point p, Point start ) : void

Method Details

GetSelection() public méthode

public GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
point Point
precision double
inMotion bool
Résultat LongoMatch.Core.Store.Drawables.Selection

Move() public méthode

public Move ( Selection sel, Point p, Point start ) : void
sel LongoMatch.Core.Store.Drawables.Selection
p Point
start Point
Résultat void