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
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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