C# Class HelixToolkit.Wpf.BindableRotateManipulator

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

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
BindableRotateManipulator ( ) : System

Initializes a new instance of the BindableRotateManipulator class.

Méthodes protégées

Méthode Description
OnGeometryChanged ( ) : void

Called when the geometry changed.

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

The on mouse down.

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

The on mouse move.

OnPositionChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when position is changed.

OnValueChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Updates the target transform by the change in rotation value.

Method Details

BindableRotateManipulator() public méthode

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

OnGeometryChanged() protected méthode

Called when the 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

OnPositionChanged() protected méthode

Called when position is changed.
protected OnPositionChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs /// The instance containing the event data. ///
Résultat void

OnValueChanged() protected méthode

Updates the target transform by the change in rotation value.
protected OnValueChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs /// The instance containing the event data. ///
Résultat void

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