C# Class RadialMenuControl.UserControl.MeterSubmenuPath

The Arc which represents the meter
Inheritance: PathBase
Afficher le fichier Open project: CatalystCode/radial-menu

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws the Meter arc

MeterSubmenuPath ( ) : System

Constructs a new MeterSubmenuPath

Méthodes protégées

Méthode Description
Redraw ( ) : void

Redraws this meter

Private Methods

Méthode Description
DrawInterval ( MeterRangeInterval interval, double tickLength, GeometryGroup group, double startAngle = 0.0 ) : void

Draws an interval for the meter

DrawScale ( double tickLength, GeometryGroup group, double startAngle = 0.0 ) : void

Draws the scale ticks, with an invisible circle with r=MeterRadius bisecting each tick

Method Details

Draw() public méthode

Draws the Meter arc
public Draw ( ) : void
Résultat void

MeterSubmenuPath() public méthode

Constructs a new MeterSubmenuPath
public MeterSubmenuPath ( ) : System
Résultat System

Redraw() protected méthode

Redraws this meter
protected Redraw ( ) : void
Résultat void