WarpFilter Constructor (WarpEffect, Double, Rotation, IList<Rect>)
Creates and initializes a new WarpFilter.
Namespace: Lumia.Imaging.Artistic
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: WarpFilter( [InAttribute] WarpEffect effect, [InAttribute] double level, [InAttribute] Rotation rotation, [InAttribute] IList<Rect>^ regions )
Parameters
- effect
- Type: Lumia.Imaging.Artistic::WarpEffect
The warp effect to apply.
- level
- Type: System::Double
Amount of effect applied. Range [0.0, 1.0], where 0.0 means no effect and 1.0 means full effect. Default is 0.5.
- rotation
- Type: Lumia.Imaging::Rotation
Rotation of the effect.
- regions
- Type: System.Collections.Generic::IList<Rect>
Array of rectangles where warp is applied.
Show: