C# 클래스 SumoNinjaMonkey.Framework.Controls.Arc

상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

공개 메소드들

메소드 설명
Arc ( double width, double height ) : System
BuildArcAwayFromCenter ( int diameter, int arcThickness, Windows color, double angleStart, double angleEnd, bool showArrow = true ) : void
BuildArcTowardsCenter ( int diameter, int arcThickness, Windows color, int gap, double angleStart, double angleEnd, bool showArrow = true ) : void
Unload ( ) : void

비공개 메소드들

메소드 설명
BuildArc ( int radius, int arcThickness, Windows color, double angleStart, double angleEnd ) : void
CalculateCartesianPoint ( double degreesFromX, double radius ) : Point

메소드 상세

Arc() 공개 메소드

public Arc ( double width, double height ) : System
width double
height double
리턴 System

BuildArcAwayFromCenter() 공개 메소드

public BuildArcAwayFromCenter ( int diameter, int arcThickness, Windows color, double angleStart, double angleEnd, bool showArrow = true ) : void
diameter int
arcThickness int
color Windows
angleStart double
angleEnd double
showArrow bool
리턴 void

BuildArcTowardsCenter() 공개 메소드

public BuildArcTowardsCenter ( int diameter, int arcThickness, Windows color, int gap, double angleStart, double angleEnd, bool showArrow = true ) : void
diameter int
arcThickness int
color Windows
gap int
angleStart double
angleEnd double
showArrow bool
리턴 void

Unload() 공개 메소드

public Unload ( ) : void
리턴 void