C# Class SumoNinjaMonkey.Framework.Controls.Arc

Inheritance: Windows.UI.Xaml.Controls.UserControl
显示文件 Open project: liquidboy/X Class Usage Examples

Public Methods

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

Private Methods

Method Description
BuildArc ( int radius, int arcThickness, Windows color, double angleStart, double angleEnd ) : void
CalculateCartesianPoint ( double degreesFromX, double radius ) : Point

Method Details

Arc() public method

public Arc ( double width, double height ) : System
width double
height double
return System

BuildArcAwayFromCenter() public method

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
return void

BuildArcTowardsCenter() public method

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
return void

Unload() public method

public Unload ( ) : void
return void