C# Class HelixToolkit.Wpf.CombinedManipulator

Represents a visual element that shows translation and rotation manipulators.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
CanRotateXProperty System.Windows.DependencyProperty
CanRotateYProperty System.Windows.DependencyProperty
CanRotateZProperty System.Windows.DependencyProperty
CanTranslateXProperty System.Windows.DependencyProperty
CanTranslateYProperty System.Windows.DependencyProperty
CanTranslateZProperty System.Windows.DependencyProperty
DiameterProperty System.Windows.DependencyProperty
TargetTransformProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Bind ( System.Windows.Media.Media3D.ModelVisual3D source ) : void

Binds this manipulator to a given Visual3D.

CombinedManipulator ( ) : System.Windows

Initializes a new instance of the CombinedManipulator class.

UnBind ( ) : void

Releases the binding of this manipulator.

Méthodes protégées

Méthode Description
OnChildrenChanged ( ) : void

The on children changed.

OnDiameterChanged ( ) : void

The on diameter changed.

Private Methods

Méthode Description
ChildrenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The children changed.

DiameterChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The diameter changed.

Method Details

Bind() public méthode

Binds this manipulator to a given Visual3D.
public Bind ( System.Windows.Media.Media3D.ModelVisual3D source ) : void
source System.Windows.Media.Media3D.ModelVisual3D /// Source Visual3D which receives the manipulator transforms. ///
Résultat void

CombinedManipulator() public méthode

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

OnChildrenChanged() protected méthode

The on children changed.
protected OnChildrenChanged ( ) : void
Résultat void

OnDiameterChanged() protected méthode

The on diameter changed.
protected OnDiameterChanged ( ) : void
Résultat void

UnBind() public méthode

Releases the binding of this manipulator.
public UnBind ( ) : void
Résultat void

Property Details

CanRotateXProperty public_oe static_oe property

Identifies the CanRotateX dependency property.
public static DependencyProperty,System.Windows CanRotateXProperty
Résultat System.Windows.DependencyProperty

CanRotateYProperty public_oe static_oe property

Identifies the CanRotateY dependency property.
public static DependencyProperty,System.Windows CanRotateYProperty
Résultat System.Windows.DependencyProperty

CanRotateZProperty public_oe static_oe property

Identifies the CanRotateZ dependency property.
public static DependencyProperty,System.Windows CanRotateZProperty
Résultat System.Windows.DependencyProperty

CanTranslateXProperty public_oe static_oe property

Identifies the CanTranslateX dependency property.
public static DependencyProperty,System.Windows CanTranslateXProperty
Résultat System.Windows.DependencyProperty

CanTranslateYProperty public_oe static_oe property

Identifies the CanTranslateY dependency property.
public static DependencyProperty,System.Windows CanTranslateYProperty
Résultat System.Windows.DependencyProperty

CanTranslateZProperty public_oe static_oe property

Identifies the CanTranslateZ dependency property.
public static DependencyProperty,System.Windows CanTranslateZProperty
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

TargetTransformProperty public_oe static_oe property

Identifies the TargetTransform dependency property.
public static DependencyProperty,System.Windows TargetTransformProperty
Résultat System.Windows.DependencyProperty