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

Inheritance: Drawable
Mostra file Open project: GNOME/longomatch

Private Properties

Property Type Description

Public Methods

Method Description
Angle ( ) : System
Angle ( Point start, Point center, Point stop ) : System
GetSelection ( Point p, double pr = 0.05, bool inMotion = false ) : Selection
Move ( Selection sel, Point p, Point start ) : void

Method Details

Angle() public method

public Angle ( ) : System
return System

Angle() public method

public Angle ( Point start, Point center, Point stop ) : System
start Point
center Point
stop Point
return System

GetSelection() public method

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

Move() public method

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