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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Ellipse ( ) : System
Ellipse ( Point center, double axisX, double axisY, string text = null ) : System
GetSelection ( Point p, double pr = 0.05, bool inMotion = false ) : Selection
Move ( Selection sel, Point p, Point moveStart ) : void

Method Details

Ellipse() public méthode

public Ellipse ( ) : System
Résultat System

Ellipse() public méthode

public Ellipse ( Point center, double axisX, double axisY, string text = null ) : System
center Point
axisX double
axisY double
text string
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 moveStart ) : void
sel Selection
p Point
moveStart Point
Résultat void