C# Class HelixToolkit.Wpf.AnaglyphView3D

Inheritance: StereoControl
ファイルを表示 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
HorizontalOffsetProperty System.Windows.DependencyProperty
MethodProperty System.Windows.DependencyProperty

Public Methods

Method Description
AnaglyphView3D ( ) : System.Windows

Initializes a new instance of the AnaglyphView3D class.

Protected Methods

Method Description
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.

Private Methods

Method Description
HorizontalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The horizontal offset changed.

OnHorizontalOffsetChanged ( ) : void

The on horizontal offset changed.

Method Details

AnaglyphView3D() public method

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

OnKeyDown() protected method

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. ///
return void

OnMouseDown() protected method

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. ///
return void

Property Details

HorizontalOffsetProperty public_oe static_oe property

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

MethodProperty public_oe static_oe property

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