C# Class HelixToolkit.Wpf.WiggleView3D

A stereoscopic wiggle control.
Inheritance: StereoControl
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
WiggleRateProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
WiggleView3D ( ) : System

Initializes a new instance of the WiggleView3D class.

Méthodes protégées

Méthode Description
WiggleRateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The wiggle rate changed.

Private Methods

Méthode 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 méthode

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. ///
Résultat void

WiggleView3D() public méthode

Initializes a new instance of the WiggleView3D class.
public WiggleView3D ( ) : System
Résultat System

Property Details

WiggleRateProperty public_oe static_oe property

Identifies the WiggleRate dependency property.
public static DependencyProperty,System.Windows WiggleRateProperty
Résultat System.Windows.DependencyProperty