C# 클래스 HelixToolkit.Wpf.BindableRotateManipulator

Represents a visual element containing a manipulator that can rotate around an axis.
상속: Manipulator
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
AxisProperty System.Windows.DependencyProperty
DiameterProperty System.Windows.DependencyProperty
InnerDiameterProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
PivotProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
BindableRotateManipulator ( ) : System

Initializes a new instance of the BindableRotateManipulator class.

보호된 메소드들

메소드 설명
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.

메소드 상세

BindableRotateManipulator() 공개 메소드

Initializes a new instance of the BindableRotateManipulator class.
public BindableRotateManipulator ( ) : System
리턴 System

OnGeometryChanged() 보호된 메소드

Called when the geometry changed.
protected OnGeometryChanged ( ) : void
리턴 void

OnMouseDown() 보호된 메소드

The on mouse down.
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs /// The event arguments. ///
리턴 void

OnMouseMove() 보호된 메소드

The on mouse move.
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs /// The event arguments. ///
리턴 void

OnPositionChanged() 보호된 메소드

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

OnValueChanged() 보호된 메소드

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. ///
리턴 void

프로퍼티 상세

AxisProperty 공개적으로 정적으로 프로퍼티

Identifies the Axis dependency property.
public static DependencyProperty,System.Windows AxisProperty
리턴 System.Windows.DependencyProperty

DiameterProperty 공개적으로 정적으로 프로퍼티

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
리턴 System.Windows.DependencyProperty

InnerDiameterProperty 공개적으로 정적으로 프로퍼티

Identifies the InnerDiameter dependency property.
public static DependencyProperty,System.Windows InnerDiameterProperty
리턴 System.Windows.DependencyProperty

LengthProperty 공개적으로 정적으로 프로퍼티

Identifies the Length dependency property.
public static DependencyProperty,System.Windows LengthProperty
리턴 System.Windows.DependencyProperty

PivotProperty 공개적으로 정적으로 프로퍼티

Identifies the Pivot dependency property.
public static DependencyProperty,System.Windows PivotProperty
리턴 System.Windows.DependencyProperty