C# Class RadialMenuControl.UserControl.MeterSubmenuPath

The Arc which represents the meter
Inheritance: PathBase
显示文件 Open project: CatalystCode/radial-menu

Public Methods

Method Description
Draw ( ) : void

Draws the Meter arc

MeterSubmenuPath ( ) : System

Constructs a new MeterSubmenuPath

Protected Methods

Method Description
Redraw ( ) : void

Redraws this meter

Private Methods

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

Draws the Meter arc
public Draw ( ) : void
return void

MeterSubmenuPath() public method

Constructs a new MeterSubmenuPath
public MeterSubmenuPath ( ) : System
return System

Redraw() protected method

Redraws this meter
protected Redraw ( ) : void
return void