C# Class HelixToolkit.Wpf.AnaglyphEffect

Provides an anaglyph blending effect.
Usage: 1. Add the effect to the LEFT EYE UIElement. 2. Set RightInput to a VisualBrush of the RIGHT EYE UIElement. See the AnaglyphView3D for an example.
Inheritance: System.Windows.Media.Effects.ShaderEffect
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
LeftInputProperty System.Windows.DependencyProperty
MethodProperty System.Windows.DependencyProperty
RightInputProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
AnaglyphEffect System
AnaglyphMethodChanged void

Private Methods

Method Description
AnaglyphEffect ( ) : System

Initializes static members of the AnaglyphEffect class.

AnaglyphMethodChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The anaglyph method changed.

Property Details

LeftInputProperty public_oe static_oe property

Identifies the LeftInput dependency property.
public static DependencyProperty,System.Windows LeftInputProperty
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

RightInputProperty public_oe static_oe property

Identifies the RightInput dependency property.
public static DependencyProperty,System.Windows RightInputProperty
return System.Windows.DependencyProperty