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

Inheritance: Drawable
Mostrar archivo Open project: GNOME/longomatch Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

public Ellipse ( ) : System
return System

Ellipse() public method

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