C# Class HelixToolkit.Wpf.RotateManipulator

Represents a visual element containing a manipulator that can rotate around an axis.
Inheritance: Manipulator
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
AxisProperty System.Windows.DependencyProperty
DiameterProperty System.Windows.DependencyProperty
InnerDiameterProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
PivotProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
RotateManipulator ( ) : System

Initializes a new instance of the RotateManipulator class.

Méthodes protégées

Méthode 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 méthode

The on geometry changed.
protected OnGeometryChanged ( ) : void
Résultat void

OnMouseDown() protected méthode

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

OnMouseMove() protected méthode

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

RotateManipulator() public méthode

Initializes a new instance of the RotateManipulator class.
public RotateManipulator ( ) : System
Résultat System

Property Details

AxisProperty public_oe static_oe property

Identifies the Axis dependency property.
public static DependencyProperty,System.Windows AxisProperty
Résultat System.Windows.DependencyProperty

DiameterProperty public_oe static_oe property

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
Résultat System.Windows.DependencyProperty

InnerDiameterProperty public_oe static_oe property

Identifies the InnerDiameter dependency property.
public static DependencyProperty,System.Windows InnerDiameterProperty
Résultat System.Windows.DependencyProperty

LengthProperty public_oe static_oe property

Identifies the Length dependency property.
public static DependencyProperty,System.Windows LengthProperty
Résultat System.Windows.DependencyProperty

PivotProperty public_oe static_oe property

Identifies the Pivot dependency property.
public static DependencyProperty,System.Windows PivotProperty
Résultat System.Windows.DependencyProperty