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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Angle ( ) : System
Résultat System

Angle() public méthode

public Angle ( Point start, Point center, Point stop ) : System
start Point
center Point
stop Point
Résultat System

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

Move() public méthode

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