C# 클래스 HelixToolkit.Wpf.AnaglyphView3D

상속: StereoControl
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HorizontalOffsetProperty System.Windows.DependencyProperty
MethodProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AnaglyphView3D ( ) : System.Windows

Initializes a new instance of the AnaglyphView3D class.

보호된 메소드들

메소드 설명
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Invoked when an unhandled E:System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

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

Invoked when an unhandled E:System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

비공개 메소드들

메소드 설명
HorizontalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The horizontal offset changed.

OnHorizontalOffsetChanged ( ) : void

The on horizontal offset changed.

메소드 상세

AnaglyphView3D() 공개 메소드

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

OnKeyDown() 보호된 메소드

Invoked when an unhandled E:System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs /// The that contains the event data. ///
리턴 void

OnMouseDown() 보호된 메소드

Invoked when an unhandled E:System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs /// The that contains the event data. This event data reports details about the mouse button that was pressed and the handled state. ///
리턴 void

프로퍼티 상세

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

Identifies the HorizontalOffset dependency property.
public static DependencyProperty,System.Windows HorizontalOffsetProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Method dependency property.
public static DependencyProperty,System.Windows MethodProperty
리턴 System.Windows.DependencyProperty