C# Class LunarEclipse.Model.BezierSegmentPoint3Handle

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

Public Methods

Method Description
BezierSegmentPoint3Handle ( MoonlightController controller, IHandleGroup group, System.Windows.Media.BezierSegment seg ) : System

Protected Methods

Method Description
CreateContent ( ) : UIElement

Private Methods

Method Description
MovePoint ( DependencyProperty pointProperty, double dx, double dy ) : void

Method Details

BezierSegmentPoint3Handle() public method

public BezierSegmentPoint3Handle ( MoonlightController controller, IHandleGroup group, System.Windows.Media.BezierSegment seg ) : System
controller LunarEclipse.Controller.MoonlightController
group IHandleGroup
seg System.Windows.Media.BezierSegment
return System

CreateContent() protected method

protected CreateContent ( ) : UIElement
return System.Windows.UIElement