Table of Contents

Class SVGFECompositeElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGFECompositeElement interface corresponds to the feComposite element.

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

Remarks

Constructors

SVGFECompositeElement()

public SVGFECompositeElement()

Fields

SVG_FECOMPOSITE_OPERATOR_ARITHMETIC

[Value("SVG_FECOMPOSITE_OPERATOR_ARITHMETIC")]
public const ushort SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6

Field Value

ushort

SVG_FECOMPOSITE_OPERATOR_ATOP

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

Field Value

ushort

SVG_FECOMPOSITE_OPERATOR_IN

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

Field Value

ushort

SVG_FECOMPOSITE_OPERATOR_OUT

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

Field Value

ushort

SVG_FECOMPOSITE_OPERATOR_OVER

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

Field Value

ushort

SVG_FECOMPOSITE_OPERATOR_UNKNOWN

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

Field Value

ushort

SVG_FECOMPOSITE_OPERATOR_XOR

[Value("SVG_FECOMPOSITE_OPERATOR_XOR")]
public const ushort SVG_FECOMPOSITE_OPERATOR_XOR = 5

Field Value

ushort

Properties

In1

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

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

Property Value

SVGAnimatedString

An SVGAnimatedString object.

Remarks

In2

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

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

Property Value

SVGAnimatedString

An SVGAnimatedString object.

Remarks

K1

The k1 read-only property of the SVGFECompositeElement interface reflects the {{SVGAttr("k1")}} attribute of the given {{SVGElement("feComposite")}} element.

[Value("k1")]
public SVGAnimatedNumber K1 { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

K2

The k2 read-only property of the SVGFECompositeElement interface reflects the {{SVGAttr("k2")}} attribute of the given {{SVGElement("feComposite")}} element.

[Value("k2")]
public SVGAnimatedNumber K2 { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

K3

The k3 read-only property of the SVGFECompositeElement interface reflects the {{SVGAttr("k3")}} attribute of the given {{SVGElement("feComposite")}} element.

[Value("k3")]
public SVGAnimatedNumber K3 { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

K4

The k4 read-only property of the SVGFECompositeElement interface reflects the {{SVGAttr("k4")}} attribute of the given {{SVGElement("feComposite")}} element.

[Value("k4")]
public SVGAnimatedNumber K4 { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

Operator

The operator read-only property of the SVGFECompositeElement interface reflects the {{SVGAttr("operator")}} attribute of the given {{SVGElement("feComposite")}} element.

[Value("operator")]
public SVGAnimatedEnumeration Operator { get; }

Property Value

SVGAnimatedEnumeration

An SVGAnimatedEnumeration object.

Remarks