C# Class HelixToolkit.Wpf.WiggleView3D

A stereoscopic wiggle control.
Inheritance: StereoControl
Mostrar archivo Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
WiggleRateProperty System.Windows.DependencyProperty

Public Methods

Method Description
WiggleView3D ( ) : System

Initializes a new instance of the WiggleView3D class.

Protected Methods

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

The wiggle rate changed.

Private Methods

Method Description
ControlLoaded ( object sender, RoutedEventArgs e ) : void
ControlUnloaded ( object sender, RoutedEventArgs e ) : void
OnCompositionTargetRendering ( object sender, EventArgs e ) : void

The composition target_ rendering.

UpdateTimer ( ) : void

The update timer.

Wiggle ( ) : void

Toggle between left and right camera.

Method Details

WiggleRateChanged() protected static method

The wiggle rate changed.
protected static WiggleRateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject /// The d. ///
e System.Windows.DependencyPropertyChangedEventArgs /// The event arguments. ///
return void

WiggleView3D() public method

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

Property Details

WiggleRateProperty public_oe static_oe property

Identifies the WiggleRate dependency property.
public static DependencyProperty,System.Windows WiggleRateProperty
return System.Windows.DependencyProperty