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
Показать файл Открыть проект

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

Свойство Тип Описание
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