C# Класс HelixToolkit.Wpf.CombinedManipulator

Represents a visual element that shows translation and rotation manipulators.
Наследование: System.Windows.Media.Media3D.ModelVisual3D
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
OnChildrenChanged ( ) : void

The on children changed.

OnDiameterChanged ( ) : void

The on diameter changed.

Приватные методы

Метод Описание
ChildrenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The children changed.

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

The diameter changed.

Описание методов

Bind() публичный Метод

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. ///
Результат void

CombinedManipulator() публичный Метод

Initializes a new instance of the CombinedManipulator class.
public CombinedManipulator ( ) : System.Windows
Результат System.Windows

OnChildrenChanged() защищенный Метод

The on children changed.
protected OnChildrenChanged ( ) : void
Результат void

OnDiameterChanged() защищенный Метод

The on diameter changed.
protected OnDiameterChanged ( ) : void
Результат void

UnBind() публичный Метод

Releases the binding of this manipulator.
public UnBind ( ) : void
Результат void

Описание свойств

CanRotateXProperty публичное статическое свойство

Identifies the CanRotateX dependency property.
public static DependencyProperty,System.Windows CanRotateXProperty
Результат System.Windows.DependencyProperty

CanRotateYProperty публичное статическое свойство

Identifies the CanRotateY dependency property.
public static DependencyProperty,System.Windows CanRotateYProperty
Результат System.Windows.DependencyProperty

CanRotateZProperty публичное статическое свойство

Identifies the CanRotateZ dependency property.
public static DependencyProperty,System.Windows CanRotateZProperty
Результат System.Windows.DependencyProperty

CanTranslateXProperty публичное статическое свойство

Identifies the CanTranslateX dependency property.
public static DependencyProperty,System.Windows CanTranslateXProperty
Результат System.Windows.DependencyProperty

CanTranslateYProperty публичное статическое свойство

Identifies the CanTranslateY dependency property.
public static DependencyProperty,System.Windows CanTranslateYProperty
Результат System.Windows.DependencyProperty

CanTranslateZProperty публичное статическое свойство

Identifies the CanTranslateZ dependency property.
public static DependencyProperty,System.Windows CanTranslateZProperty
Результат System.Windows.DependencyProperty

DiameterProperty публичное статическое свойство

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
Результат System.Windows.DependencyProperty

TargetTransformProperty публичное статическое свойство

Identifies the TargetTransform dependency property.
public static DependencyProperty,System.Windows TargetTransformProperty
Результат System.Windows.DependencyProperty