C# Class CCT.NUI.WPFSamples.PinCode.PathFactory

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
CreatePath ( Point location, double angle, double radius, double innerRadius, System.Windows.Media.Brush brush ) : System.Windows.Shapes.Path

Private Methods

Method Description
ConvertRadianToCartesian ( double angle, double radius ) : Point

Method Details

CreatePath() public method

public CreatePath ( Point location, double angle, double radius, double innerRadius, System.Windows.Media.Brush brush ) : System.Windows.Shapes.Path
location Point
angle double
radius double
innerRadius double
brush System.Windows.Media.Brush
return System.Windows.Shapes.Path