Table of Contents

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

SvgFEDisplacementMapElement(string, string, string, SvgDocument)

Properties

In
In1

Corresponds to attribute in on the given feBlend element.

In2

Corresponds to attribute in2 on the given feBlend 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.