C# Класс RadialMenuControl.UserControl.MeterSubmenuPath

The Arc which represents the meter
Наследование: PathBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Draw ( ) : void

Draws the Meter arc

MeterSubmenuPath ( ) : System

Constructs a new MeterSubmenuPath

Защищенные методы

Метод Описание
Redraw ( ) : void

Redraws this meter

Приватные методы

Метод Описание
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

Описание методов

Draw() публичный Метод

Draws the Meter arc
public Draw ( ) : void
Результат void

MeterSubmenuPath() публичный Метод

Constructs a new MeterSubmenuPath
public MeterSubmenuPath ( ) : System
Результат System

Redraw() защищенный Метод

Redraws this meter
protected Redraw ( ) : void
Результат void