WarpFilter Members
Include Protected Members
Include Inherited Members
The WarpFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WarpFilter() |
Creates and initializes a new WarpFilter with default values.
|
|
WarpFilter(WarpEffect, Double) |
Creates and initializes a new WarpFilter with specified warp effect and level.
|
|
WarpFilter(WarpEffect, Double, Rotation, IList<Rect>) |
Creates and initializes a new WarpFilter.
|
Methods
Name | Description | |
---|---|---|
Apply |
Internal framework method.
|
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
Properties
Name | Description | |
---|---|---|
Level | Amount of effect applied. Range [0.0, 1.0], where 0.0 means no effect and 1.0 means full effect. |
|
Regions |
List of rectangles where warp is applied.
|
|
Rotation |
Rotation of the effect.
|
|
WarpEffect |
The warp effect to apply. Default is WarpEffect::Upnose.
|