C# 클래스 HelixToolkit.Wpf.RotateManipulator

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
RotateManipulator ( ) : System

Initializes a new instance of the RotateManipulator class.

보호된 메소드들

메소드 설명
OnGeometryChanged ( ) : void

The on geometry changed.

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

The on mouse down.

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

The on mouse move.

메소드 상세

OnGeometryChanged() 보호된 메소드

The on 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

RotateManipulator() 공개 메소드

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

프로퍼티 상세

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