C# Class HelixToolkit.Wpf.RotateManipulator

Represents a visual element containing a manipulator that can rotate around an axis.
Inheritance: Manipulator
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
AxisProperty System.Windows.DependencyProperty
DiameterProperty System.Windows.DependencyProperty
InnerDiameterProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
PivotProperty System.Windows.DependencyProperty

Public Methods

Method Description
RotateManipulator ( ) : System

Initializes a new instance of the RotateManipulator class.

Protected Methods

Method Description
OnGeometryChanged ( ) : void

The on geometry changed.

OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

The on mouse down.

OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

The on mouse move.

Method Details

OnGeometryChanged() protected method

The on geometry changed.
protected OnGeometryChanged ( ) : void
return void

OnMouseDown() protected method

The on mouse down.
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs /// The event arguments. ///
return void

OnMouseMove() protected method

The on mouse move.
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs /// The event arguments. ///
return void

RotateManipulator() public method

Initializes a new instance of the RotateManipulator class.
public RotateManipulator ( ) : System
return System

Property Details

AxisProperty public_oe static_oe property

Identifies the Axis dependency property.
public static DependencyProperty,System.Windows AxisProperty
return System.Windows.DependencyProperty

DiameterProperty public_oe static_oe property

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
return System.Windows.DependencyProperty

InnerDiameterProperty public_oe static_oe property

Identifies the InnerDiameter dependency property.
public static DependencyProperty,System.Windows InnerDiameterProperty
return System.Windows.DependencyProperty

LengthProperty public_oe static_oe property

Identifies the Length dependency property.
public static DependencyProperty,System.Windows LengthProperty
return System.Windows.DependencyProperty

PivotProperty public_oe static_oe property

Identifies the Pivot dependency property.
public static DependencyProperty,System.Windows PivotProperty
return System.Windows.DependencyProperty