Class SVGFECompositeElement
Nombre del espacio: Aspose.Html.Dom.Svg.Filters Colección: Aspose.HTML.dll (25.4.0)
La interfaz SVGFECompositeElement corresponde al elemento ‘feComposit’.
[ComVisible(true)]
[DOMName("SVGFECompositeElement")]
[DOMObject]
public class SVGFECompositeElement : SVGElement, INotifyPropertyChanged, IEventTarget, IDisposable, IXPathNSResolver, IParentNode, IElementTraversal, IChildNode, IElementCSSInlineStyle, ISVGFilterPrimitiveStandardAttributes
Inheritance
object ← DOMObject ← EventTarget ← Node ← Element ← SVGElement ← SVGFECompositeElement
Implements
INotifyPropertyChanged ,y, IEventTarget ,y, IDisposable ,y, IXPathNSResolver ,y, IParentNode ,y, IElementTraversal ,y, IChildNode ,y, IElementCSSInlineStyle ,y, ISVGFilterPrimitiveStandardAttributes
Miembros heredados
SVGElement.Id ,y, SVGElement.OwnerSVGElement ,y, SVGElement.ViewportElement ,y, SVGElement.ClassName ,y, SVGElement.Style ,y, Element.GetAttributeNames() ,y, Element.HasAttributes() ,y, Element.GetAttribute(string) ,y, Element.GetAttributeNS(string, string) ,y, Element.SetAttribute(string, string) ,y, Element.SetAttributeNS(string, string, string) ,y, Element.RemoveAttribute(string) ,y, Element.RemoveAttributeNS(string, string) ,y, Element.HasAttribute(string) ,y, Element.HasAttributeNS(string, string) ,y, Element.ToggleAttribute(string) ,y, Element.ToggleAttribute(string, bool) ,y, Element.GetAttributeNode(string) ,y, Element.SetAttributeNode(Attr) ,y, Element.RemoveAttributeNode(Attr) ,y, Element.GetAttributeNodeNS(string, string) ,y, Element.SetAttributeNodeNS(Attr) ,y, Element.GetElementsByTagName(string) ,y, Element.GetElementsByTagNameNS(string, string) ,y, Element.Remove() ,y, Element.QuerySelectorAll(string) ,y, Element.QuerySelector(string) ,y, Element.AttachShadow(ShadowRootMode) ,y, Element.GetElementsByClassName(string) ,y, Element.Dispose(bool) ,y, Element.ClassList ,y, Element.LocalName ,y, Element.NamespaceURI ,y, Element.Prefix ,y, Element.NodeName ,y, Element.NodeType ,y, Element.TagName ,y, Element.Id ,y, Element.ClassName ,y, Element.TextContent ,y, Element.Attributes ,y, Element.FirstElementChild ,y, Element.LastElementChild ,y, Element.PreviousElementSibling ,y, Element.NextElementSibling ,y, Element.ChildElementCount ,y, Element.Children ,y, Element.InnerHTML ,y, Element.OuterHTML ,y, Element.ShadowRoot ,y, Node.ELEMENT_NODE ,y, Node.ATTRIBUTE_NODE ,y, Node.TEXT_NODE ,y, Node.CDATA_SECTION_NODE ,y, Node.ENTITY_REFERENCE_NODE ,y, Node.ENTITY_NODE ,y, Node.PROCESSING_INSTRUCTION_NODE ,y, Node.COMMENT_NODE ,y, Node.DOCUMENT_NODE ,y, Node.DOCUMENT_TYPE_NODE ,y, Node.DOCUMENT_FRAGMENT_NODE ,y, Node.NOTATION_NODE ,y, Node.HasChildNodes() ,y, Node.Normalize() ,y, Node.CloneNode() ,y, Node.CloneNode(bool) ,y, Node.IsEqualNode(Node) ,y, Node.IsSameNode(Node) ,y, Node.LookupPrefix(string) ,y, Node.LookupNamespaceURI(string) ,y, Node.IsDefaultNamespace(string) ,y, Node.InsertBefore(Node, Node) ,y, Node.ReplaceChild(Node, Node) ,y, Node.RemoveChild(Node) ,y, Node.AppendChild(Node) ,y, Node.Dispose(bool) ,y, Node.ToString() ,y, Node.NodeType ,y, Node.LocalName ,y, Node.NamespaceURI ,y, Node.Prefix ,y, Node.NodeName ,y, Node.BaseURI ,y, Node.OwnerDocument ,y, Node.ParentNode ,y, Node.ParentElement ,y, Node.ChildNodes ,y, Node.FirstChild ,y, Node.LastChild ,y, Node.PreviousSibling ,y, Node.NextSibling ,y, Node.NodeValue ,y, Node.TextContent ,y, EventTarget.AddEventListener(string, DOMEventHandler, bool) ,y, EventTarget.AddEventListener(string, IEventListener) ,y, EventTarget.AddEventListener(string, IEventListener, bool) ,y, EventTarget.RemoveEventListener(string, DOMEventHandler, bool) ,y, EventTarget.RemoveEventListener(string, IEventListener) ,y, EventTarget.RemoveEventListener(string, IEventListener, bool) ,y, EventTarget.DispatchEvent(Event) ,y, EventTarget.Dispose() ,y, EventTarget.Dispose(bool) ,y, DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Fields
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
Corresponde al valor ‘aritmético’.
[DOMName("SVG_FECOMPOSITE_OPERATOR_ARITHMETIC")]
public const ushort SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6
Valor de campo
SVG_FECOMPOSITE_OPERATOR_ATOP
Corresponde al valor de ‘atop’.
[DOMName("SVG_FECOMPOSITE_OPERATOR_ATOP")]
public const ushort SVG_FECOMPOSITE_OPERATOR_ATOP = 4
Valor de campo
SVG_FECOMPOSITE_OPERATOR_IN
Corresponde al valor de ‘in’.
[DOMName("SVG_FECOMPOSITE_OPERATOR_IN")]
public const ushort SVG_FECOMPOSITE_OPERATOR_IN = 2
Valor de campo
SVG_FECOMPOSITE_OPERATOR_OUT
Corresponde al valor ‘out’.
[DOMName("SVG_FECOMPOSITE_OPERATOR_OUT")]
public const ushort SVG_FECOMPOSITE_OPERATOR_OUT = 3
Valor de campo
SVG_FECOMPOSITE_OPERATOR_OVER
Corresponde al valor de ‘sobre’.
[DOMName("SVG_FECOMPOSITE_OPERATOR_OVER")]
public const ushort SVG_FECOMPOSITE_OPERATOR_OVER = 1
Valor de campo
SVG_FECOMPOSITE_OPERATOR_UNKNOWN
El tipo no es uno de los tipos predefinidos. es inválido intentar definir un nuevo valor de este tipo o intentar cambiar un valor existente a ese tipo.
[DOMName("SVG_FECOMPOSITE_OPERATOR_UNKNOWN")]
public const ushort SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0
Valor de campo
SVG_FECOMPOSITE_OPERATOR_XOR
Corresponde al valor de ‘xor’.
[DOMName("SVG_FECOMPOSITE_OPERATOR_XOR")]
public const ushort SVG_FECOMPOSITE_OPERATOR_XOR = 5
Valor de campo
Properties
Height
Corresponde a atribuir “altura” en el elemento “filter” dado.
public SVGAnimatedLength Height { get; }
Valor de la propiedad
In1
Corresponde a atribuir “en” en el elemento dado “feComposite”.
[DOMName("in1")]
public SVGAnimatedString In1 { get; }
Valor de la propiedad
In2
Corresponde a atribuir ‘in2’ en el elemento dado ‘feComposite’.
[DOMName("in2")]
public SVGAnimatedString In2 { get; }
Valor de la propiedad
K1
Corresponde a atribuir ‘k1’ en el elemento dado ‘feComposite’.
[DOMName("k1")]
public SVGAnimatedNumber K1 { get; }
Valor de la propiedad
K2
Corresponde a atribuir ‘k2’ en el elemento dado ‘feComposite’.
[DOMName("k2")]
public SVGAnimatedNumber K2 { get; }
Valor de la propiedad
K3
Corresponde a atribuir ‘k3’ en el elemento dado ‘feComposite’.
[DOMName("k3")]
public SVGAnimatedNumber K3 { get; }
Valor de la propiedad
K4
Corresponde a atribuir ‘k4’ en el elemento dado ‘feComposite’.
[DOMName("k4")]
public SVGAnimatedNumber K4 { get; }
Valor de la propiedad
Operator
Corresponde a atribuir ‘operador’ en el dato ‘feComposite’ elemento. toma uno de los constantes SVG_FECOMPOSITE_OPERATOR_* definidos en esta interfaz.
[DOMName("operator")]
public SVGAnimatedEnumeration Operator { get; }
Valor de la propiedad
Result
Corresponde a atribuir “resultado” en el elemento “filter” dado.
public SVGAnimatedString Result { get; }
Valor de la propiedad
Width
Corresponde a atribuir “width” en el elemento “filter” dado.
public SVGAnimatedLength Width { get; }
Valor de la propiedad
X
Corresponde a atribuir ‘x’ en el elemento ‘filter’ dado.
public SVGAnimatedLength X { get; }
Valor de la propiedad
Y
Corresponde a atribuir “y” en el elemento “filter” dado.
public SVGAnimatedLength Y { get; }