Table of Contents

Class SVGFEDisplacementMapElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGFEDisplacementMapElement interface corresponds to the feDisplacementMap element.

[Value("SVGFEDisplacementMapElement")]
public class SVGFEDisplacementMapElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGFilterPrimitiveStandardAttributes
Inheritance
SVGFEDisplacementMapElement
Implements
Inherited Members

Remarks

Constructors

SVGFEDisplacementMapElement()

public SVGFEDisplacementMapElement()

Fields

SVG_CHANNEL_A

[Value("SVG_CHANNEL_A")]
public const ushort SVG_CHANNEL_A = 4

Field Value

ushort

SVG_CHANNEL_B

[Value("SVG_CHANNEL_B")]
public const ushort SVG_CHANNEL_B = 3

Field Value

ushort

SVG_CHANNEL_G

[Value("SVG_CHANNEL_G")]
public const ushort SVG_CHANNEL_G = 2

Field Value

ushort

SVG_CHANNEL_R

[Value("SVG_CHANNEL_R")]
public const ushort SVG_CHANNEL_R = 1

Field Value

ushort

SVG_CHANNEL_UNKNOWN

[Value("SVG_CHANNEL_UNKNOWN")]
public const ushort SVG_CHANNEL_UNKNOWN = 0

Field Value

ushort

Properties

In1

The in1 read-only property of the SVGFEDisplacementMapElement interface reflects the {{SVGAttr("in")}} attribute of the given {{SVGElement("feDisplacementMap")}} element.

[Value("in1")]
public SVGAnimatedString In1 { get; }

Property Value

SVGAnimatedString

An SVGAnimatedString object.

Remarks

In2

The in2 read-only property of the SVGFEDisplacementMapElement interface reflects the {{SVGAttr("in2")}} attribute of the given {{SVGElement("feDisplacementMap")}} element.

[Value("in2")]
public SVGAnimatedString In2 { get; }

Property Value

SVGAnimatedString

An SVGAnimatedString object.

Remarks

Scale

The scale read-only property of the SVGFEDisplacementMapElement interface reflects the {{SVGAttr("scale")}} attribute of the given {{SVGElement("feDisplacementMap")}} element.

[Value("scale")]
public SVGAnimatedNumber Scale { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

XChannelSelector

The xChannelSelector read-only property of the SVGFEDisplacementMapElement interface reflects the {{SVGAttr("xChannelSelector")}} attribute of the given {{SVGElement("feDisplacementMap")}} element. It takes one of the SVG_CHANNEL_* constants defined on this interface.

[Value("xChannelSelector")]
public SVGAnimatedEnumeration XChannelSelector { get; }

Property Value

SVGAnimatedEnumeration

An SVGAnimatedEnumeration object.

Remarks

YChannelSelector

The yChannelSelector read-only property of the SVGFEDisplacementMapElement interface reflects the {{SVGAttr("yChannelSelector")}} attribute of the given {{SVGElement("feDisplacementMap")}} element. It takes one of the SVG_CHANNEL_* constants defined on this interface.

[Value("yChannelSelector")]
public SVGAnimatedEnumeration YChannelSelector { get; }

Property Value

SVGAnimatedEnumeration

An SVGAnimatedEnumeration object.

Remarks