C# 클래스 RadialMenuControl.UserControl.MeterSubmenuPath

The Arc which represents the meter
상속: PathBase
파일 보기 프로젝트 열기: CatalystCode/radial-menu

공개 메소드들

메소드 설명
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