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

Inheritance: Drawable
Show file Open project: GNOME/longomatch Class Usage Examples

Public Methods

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

Method Details

GetSelection() public method

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

Move() public method

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