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

Inheritance: Drawable
Mostra file Open project: GNOME/longomatch

Private Properties

Property Type Description

Public Methods

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

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

Line() public method

public Line ( ) : System
return System

Line() public method

public Line ( Point start, Point stop, LineType type, LineStyle style ) : System
start Point
stop Point
type LineType
style LineStyle
return System

Move() public method

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