C# 클래스 HelixToolkit.Wpf.CombinedManipulator

Represents a visual element that shows translation and rotation manipulators.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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