Class SVGFEConvolveMatrixElement

Class SVGFEConvolveMatrixElement

Namespace: Aspose.Html.Dom.Svg.Filters
Assembly: Aspose.HTML.dll (25.4.0)

The SVGFEConvolveMatrixElement interface corresponds to the ‘feConvolveMatrix’ element.

[ComVisible(true)]
[DOMName("SVGFEConvolveMatrixElement")]
[DOMObject]
public class SVGFEConvolveMatrixElement : SVGElement, INotifyPropertyChanged, IEventTarget, IDisposable, IXPathNSResolver, IParentNode, IElementTraversal, IChildNode, IElementCSSInlineStyle, ISVGFilterPrimitiveStandardAttributes

Inheritance

object DOMObject EventTarget Node Element SVGElement SVGFEConvolveMatrixElement

Implements

INotifyPropertyChanged , IEventTarget , IDisposable , IXPathNSResolver , IParentNode , IElementTraversal , IChildNode , IElementCSSInlineStyle , ISVGFilterPrimitiveStandardAttributes

Inherited Members

SVGElement.Id , SVGElement.OwnerSVGElement , SVGElement.ViewportElement , SVGElement.ClassName , SVGElement.Style , Element.GetAttributeNames() , Element.HasAttributes() , Element.GetAttribute(string) , Element.GetAttributeNS(string, string) , Element.SetAttribute(string, string) , Element.SetAttributeNS(string, string, string) , Element.RemoveAttribute(string) , Element.RemoveAttributeNS(string, string) , Element.HasAttribute(string) , Element.HasAttributeNS(string, string) , Element.ToggleAttribute(string) , Element.ToggleAttribute(string, bool) , Element.GetAttributeNode(string) , Element.SetAttributeNode(Attr) , Element.RemoveAttributeNode(Attr) , Element.GetAttributeNodeNS(string, string) , Element.SetAttributeNodeNS(Attr) , Element.GetElementsByTagName(string) , Element.GetElementsByTagNameNS(string, string) , Element.Remove() , Element.QuerySelectorAll(string) , Element.QuerySelector(string) , Element.AttachShadow(ShadowRootMode) , Element.GetElementsByClassName(string) , Element.Dispose(bool) , Element.ClassList , Element.LocalName , Element.NamespaceURI , Element.Prefix , Element.NodeName , Element.NodeType , Element.TagName , Element.Id , Element.ClassName , Element.TextContent , Element.Attributes , Element.FirstElementChild , Element.LastElementChild , Element.PreviousElementSibling , Element.NextElementSibling , Element.ChildElementCount , Element.Children , Element.InnerHTML , Element.OuterHTML , Element.ShadowRoot , Node.ELEMENT_NODE , Node.ATTRIBUTE_NODE , Node.TEXT_NODE , Node.CDATA_SECTION_NODE , Node.ENTITY_REFERENCE_NODE , Node.ENTITY_NODE , Node.PROCESSING_INSTRUCTION_NODE , Node.COMMENT_NODE , Node.DOCUMENT_NODE , Node.DOCUMENT_TYPE_NODE , Node.DOCUMENT_FRAGMENT_NODE , Node.NOTATION_NODE , Node.HasChildNodes() , Node.Normalize() , Node.CloneNode() , Node.CloneNode(bool) , Node.IsEqualNode(Node) , Node.IsSameNode(Node) , Node.LookupPrefix(string) , Node.LookupNamespaceURI(string) , Node.IsDefaultNamespace(string) , Node.InsertBefore(Node, Node) , Node.ReplaceChild(Node, Node) , Node.RemoveChild(Node) , Node.AppendChild(Node) , Node.Dispose(bool) , Node.ToString() , Node.NodeType , Node.LocalName , Node.NamespaceURI , Node.Prefix , Node.NodeName , Node.BaseURI , Node.OwnerDocument , Node.ParentNode , Node.ParentElement , Node.ChildNodes , Node.FirstChild , Node.LastChild , Node.PreviousSibling , Node.NextSibling , Node.NodeValue , Node.TextContent , EventTarget.AddEventListener(string, DOMEventHandler, bool) , EventTarget.AddEventListener(string, IEventListener) , EventTarget.AddEventListener(string, IEventListener, bool) , EventTarget.RemoveEventListener(string, DOMEventHandler, bool) , EventTarget.RemoveEventListener(string, IEventListener) , EventTarget.RemoveEventListener(string, IEventListener, bool) , EventTarget.DispatchEvent(Event) , EventTarget.Dispose() , EventTarget.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Fields

SVG_EDGEMODE_DUPLICATE

Corresponds to value ‘duplicate’.

[DOMName("SVG_EDGEMODE_DUPLICATE")]
public const ushort SVG_EDGEMODE_DUPLICATE = 1

Field Value

ushort

SVG_EDGEMODE_NONE

Corresponds to value ’none'.

[DOMName("SVG_EDGEMODE_NONE")]
public const ushort SVG_EDGEMODE_NONE = 3

Field Value

ushort

SVG_EDGEMODE_UNKNOWN

The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

[DOMName("SVG_EDGEMODE_UNKNOWN")]
public const ushort SVG_EDGEMODE_UNKNOWN = 0

Field Value

ushort

SVG_EDGEMODE_WRAP

Corresponds to value ‘wrap’.

[DOMName("SVG_EDGEMODE_WRAP")]
public const ushort SVG_EDGEMODE_WRAP = 2

Field Value

ushort

Properties

Bias

Corresponds to attribute ‘bias’ on the given ‘feConvolveMatrix’ element.

[DOMName("bias")]
public SVGAnimatedNumber Bias { get; }

Property Value

SVGAnimatedNumber

Divisor

Corresponds to attribute ‘divisor’ on the given ‘feConvolveMatrix’ element.

[DOMName("divisor")]
public SVGAnimatedNumber Divisor { get; }

Property Value

SVGAnimatedNumber

EdgeMode

Corresponds to attribute ‘edgeMode’ on the given ‘feConvolveMatrix’ element.

[DOMName("edgeMode")]
public SVGAnimatedEnumeration EdgeMode { get; }

Property Value

SVGAnimatedEnumeration

Height

Corresponds to attribute ‘height’ on the given ‘filter’ element.

public SVGAnimatedLength Height { get; }

Property Value

SVGAnimatedLength

In1

Corresponds to attribute ‘in’ on the given ‘feConvolveMatrix’ element.

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

Property Value

SVGAnimatedString

KernelMatrix

Corresponds to attribute ‘kernelMatrix’ on the given ‘feConvolveMatrix’ element.

[DOMName("kernelMatrix")]
public SVGAnimatedNumberList KernelMatrix { get; }

Property Value

SVGAnimatedNumberList

KernelUnitLengthX

Corresponds to attribute ‘kernelUnitLength’ on the given ‘feConvolveMatrix’ element.

[DOMName("kernelUnitLengthX")]
public SVGAnimatedNumber KernelUnitLengthX { get; }

Property Value

SVGAnimatedNumber

KernelUnitLengthY

Corresponds to attribute ‘kernelUnitLength’ on the given ‘feConvolveMatrix’ element.

[DOMName("kernelUnitLengthY")]
public SVGAnimatedNumber KernelUnitLengthY { get; }

Property Value

SVGAnimatedNumber

OrderX

Corresponds to attribute ‘order’ on the given ‘feConvolveMatrix’ element.

[DOMName("orderX")]
public SVGAnimatedInteger OrderX { get; }

Property Value

SVGAnimatedInteger

OrderY

Corresponds to attribute ‘order’ on the given ‘feConvolveMatrix’ element.

[DOMName("orderY")]
public SVGAnimatedInteger OrderY { get; }

Property Value

SVGAnimatedInteger

PreserveAlpha

Corresponds to attribute ‘preserveAlpha’ on the given ‘feConvolveMatrix’ element.

[DOMName("preserveAlpha")]
public SVGAnimatedBoolean PreserveAlpha { get; }

Property Value

SVGAnimatedBoolean

Result

Corresponds to attribute ‘result’ on the given ‘filter’ element.

public SVGAnimatedString Result { get; }

Property Value

SVGAnimatedString

TargetX

Corresponds to attribute ‘targetX’ on the given ‘feConvolveMatrix’ element.

[DOMName("targetX")]
public SVGAnimatedInteger TargetX { get; }

Property Value

SVGAnimatedInteger

TargetY

Corresponds to attribute ‘targetY’ on the given ‘feConvolveMatrix’ element.

[DOMName("targetY")]
public SVGAnimatedInteger TargetY { get; }

Property Value

SVGAnimatedInteger

Width

Corresponds to attribute ‘width’ on the given ‘filter’ element.

public SVGAnimatedLength Width { get; }

Property Value

SVGAnimatedLength

X

Corresponds to attribute ‘x’ on the given ‘filter’ element.

public SVGAnimatedLength X { get; }

Property Value

SVGAnimatedLength

Y

Corresponds to attribute ‘y’ on the given ‘filter’ element.

public SVGAnimatedLength Y { get; }

Property Value

SVGAnimatedLength

See Also

SVGElement , ISVGFilterPrimitiveStandardAttributes

 English