C# 클래스 Sanguosha.UI.Effects.ZoomBlurEffect

This is the implementation of an extensible framework ShaderEffect which loads a shader model 2 pixel shader. Dependecy properties declared in this class are mapped to registers as defined in the *.ps file being loaded below.
상속: System.Windows.Media.Effects.ShaderEffect
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs

공개 프로퍼티들

프로퍼티 타입 설명
BlurAmountProperty System.Windows.DependencyProperty
CenterProperty System.Windows.DependencyProperty
InputProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ZoomBlurEffect ( ) : System

Creates an instance and updates the shader's variables to the default values.

메소드 상세

ZoomBlurEffect() 공개 메소드

Creates an instance and updates the shader's variables to the default values.
public ZoomBlurEffect ( ) : System
리턴 System

프로퍼티 상세

BlurAmountProperty 공개적으로 정적으로 프로퍼티

This property is mapped to the BlurAmount variable within the pixel shader.
public static DependencyProperty,System.Windows BlurAmountProperty
리턴 System.Windows.DependencyProperty

CenterProperty 공개적으로 정적으로 프로퍼티

This property is mapped to the CenterX variable within the pixel shader.
public static DependencyProperty,System.Windows CenterProperty
리턴 System.Windows.DependencyProperty

InputProperty 공개적으로 정적으로 프로퍼티

The explict input for this pixel shader.
public static DependencyProperty,System.Windows InputProperty
리턴 System.Windows.DependencyProperty