C# Класс 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.
Наследование: System.Windows.Media.Effects.ShaderEffect
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LeftInputProperty System.Windows.DependencyProperty
MethodProperty System.Windows.DependencyProperty
RightInputProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
AnaglyphEffect System
AnaglyphMethodChanged void

Приватные методы

Метод Описание
AnaglyphEffect ( ) : System

Initializes static members of the AnaglyphEffect class.

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

The anaglyph method changed.

Описание свойств

LeftInputProperty публичное статическое свойство

Identifies the LeftInput dependency property.
public static DependencyProperty,System.Windows LeftInputProperty
Результат System.Windows.DependencyProperty

MethodProperty публичное статическое свойство

Identifies the Method dependency property.
public static DependencyProperty,System.Windows MethodProperty
Результат System.Windows.DependencyProperty

RightInputProperty публичное статическое свойство

Identifies the RightInput dependency property.
public static DependencyProperty,System.Windows RightInputProperty
Результат System.Windows.DependencyProperty