C# Class LunarEclipse.Model.BezierSegmentFrame

Inheritance: AbstractFrame
Show file Open project: mono/lunareclipse Class Usage Examples

Public Methods

Method Description
AddToCanvas ( ) : void
BezierSegmentFrame ( UIElement child, System.Windows.Media.PathFigure fig, System.Windows.Media.BezierSegment bez ) : System.Windows
Update ( ) : void

Private Methods

Method Description
CreateLine ( ) : System.Windows.Shapes.Line
GetPreviousPoint ( ) : Point

Method Details

AddToCanvas() public method

public AddToCanvas ( ) : void
return void

BezierSegmentFrame() public method

public BezierSegmentFrame ( UIElement child, System.Windows.Media.PathFigure fig, System.Windows.Media.BezierSegment bez ) : System.Windows
child UIElement
fig System.Windows.Media.PathFigure
bez System.Windows.Media.BezierSegment
return System.Windows

Update() public method

public Update ( ) : void
return void