Class SvgFEDisplacementMapElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
This filter primitive uses the pixels values from the image from 'in2' to spatially displace the image from 'in'.
public sealed class SvgFEDisplacementMapElement : SvgFilterPrimitiveStandardAttributes, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgFEDisplacementMapElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgFilterPrimitiveStandardAttributes, ISvgStylable
- Inheritance
-
SvgFEDisplacementMapElement
- Implements
- Inherited Members
Constructors
Properties
- In1
Corresponds to attribute
in
on the givenfeBlend
element.
- In2
Corresponds to attribute
in2
on the givenfeBlend
element.
- Scale
Displacement scale factor. The amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element.
- XChannelSelector
Indicates which channel from 'in2' to use to displace the pixels in 'in' along the x-axis.
- YChannelSelector
Indicates which channel from 'in2' to use to displace the pixels in 'in' along the y-axis.