Class SVGFEBlendElement
Nombre del espacio: Aspose.Html.Dom.Svg.Filters Colección: Aspose.HTML.dll (25.4.0)
La interfaz SVGFEBlendElement corresponde al elemento ‘feBlend’.
[DOMObject]
[ComVisible(true)]
[DOMName("SVGFEBlendElement")]
public class SVGFEBlendElement : SVGElement, INotifyPropertyChanged, IEventTarget, IDisposable, IXPathNSResolver, IParentNode, IElementTraversal, IChildNode, IElementCSSInlineStyle, ISVGFilterPrimitiveStandardAttributes
Inheritance
object ← DOMObject ← EventTarget ← Node ← Element ← SVGElement ← SVGFEBlendElement
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_FEBLEND_MODE_COLOR
Corresponde al valor de ‘color’.
[DOMName("SVG_FEBLEND_MODE_COLOR")]
public const ushort SVG_FEBLEND_MODE_COLOR = 15
Valor de campo
SVG_FEBLEND_MODE_COLOR_BURN
Corresponde al valor ‘color_burn’.
[DOMName("SVG_FEBLEND_MODE_COLOR_BURN")]
public const ushort SVG_FEBLEND_MODE_COLOR_BURN = 8
Valor de campo
SVG_FEBLEND_MODE_COLOR_DODGE
Corresponde al valor de ‘color_dodge’.
[DOMName("SVG_FEBLEND_MODE_COLOR_DODGE")]
public const ushort SVG_FEBLEND_MODE_COLOR_DODGE = 7
Valor de campo
SVG_FEBLEND_MODE_DARKEN
Corresponde al valor de ‘darken’.
[DOMName("SVG_FEBLEND_MODE_DARKEN")]
public const ushort SVG_FEBLEND_MODE_DARKEN = 4
Valor de campo
SVG_FEBLEND_MODE_DIFFERENCE
Corresponde al valor de “diferencia”.
[DOMName("SVG_FEBLEND_MODE_DIFFERENCE")]
public const ushort SVG_FEBLEND_MODE_DIFFERENCE = 11
Valor de campo
SVG_FEBLEND_MODE_EXCLUSION
Corresponde al valor de “exclusión”.
[DOMName("SVG_FEBLEND_MODE_EXCLUSION")]
public const ushort SVG_FEBLEND_MODE_EXCLUSION = 12
Valor de campo
SVG_FEBLEND_MODE_HARD_LIGHT
Corresponde al valor de ‘hard_light’.
[DOMName("SVG_FEBLEND_MODE_HARD_LIGHT")]
public const ushort SVG_FEBLEND_MODE_HARD_LIGHT = 9
Valor de campo
SVG_FEBLEND_MODE_HUE
Corresponde al valor de ‘hue’.
[DOMName("SVG_FEBLEND_MODE_HUE")]
public const ushort SVG_FEBLEND_MODE_HUE = 13
Valor de campo
SVG_FEBLEND_MODE_LIGHTEN
Corresponde al valor de ’luz'.
[DOMName("SVG_FEBLEND_MODE_LIGHTEN")]
public const ushort SVG_FEBLEND_MODE_LIGHTEN = 5
Valor de campo
SVG_FEBLEND_MODE_LUMINOSITY
Corresponde al valor de “luminosidad”.
[DOMName("SVG_FEBLEND_MODE_LUMINOSITY")]
public const ushort SVG_FEBLEND_MODE_LUMINOSITY = 16
Valor de campo
SVG_FEBLEND_MODE_MULTIPLY
Corresponde al valor “múltiplos”.
[DOMName("SVG_FEBLEND_MODE_MULTIPLY")]
public const ushort SVG_FEBLEND_MODE_MULTIPLY = 2
Valor de campo
SVG_FEBLEND_MODE_NORMAL
Corresponde al valor “normal”.
[DOMName("SVG_FEBLEND_MODE_NORMAL")]
public const ushort SVG_FEBLEND_MODE_NORMAL = 1
Valor de campo
SVG_FEBLEND_MODE_OVERLAY
Corresponde al valor de ‘overlay’.
[DOMName("SVG_FEBLEND_MODE_OVERLAY")]
public const ushort SVG_FEBLEND_MODE_OVERLAY = 6
Valor de campo
SVG_FEBLEND_MODE_SATURATION
Corresponde al valor de ‘saturidad’.
[DOMName("SVG_FEBLEND_MODE_SATURATION")]
public const ushort SVG_FEBLEND_MODE_SATURATION = 14
Valor de campo
SVG_FEBLEND_MODE_SCREEN
Corresponde al valor de la pantalla.
[DOMName("SVG_FEBLEND_MODE_SCREEN")]
public const ushort SVG_FEBLEND_MODE_SCREEN = 3
Valor de campo
SVG_FEBLEND_MODE_SOFT_LIGHT
Corresponde al valor de ‘soft_light’.
[DOMName("SVG_FEBLEND_MODE_SOFT_LIGHT")]
public const ushort SVG_FEBLEND_MODE_SOFT_LIGHT = 10
Valor de campo
SVG_FEBLEND_MODE_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_FEBLEND_MODE_UNKNOWN")]
public const ushort SVG_FEBLEND_MODE_UNKNOWN = 0
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 “feBlend”.
[DOMName("in1")]
public SVGAnimatedString In1 { get; }
Valor de la propiedad
In2
Corresponde a atribuir ‘in2’ en el elemento dado ‘feBlend’.
[DOMName("in2")]
public SVGAnimatedString In2 { get; }
Valor de la propiedad
Mode
Corresponde a atribuir ‘modo’ en el elemento ‘feBlend’ dado. toma uno de los constantes SVG_FEBLEND_MODE_* definidos en esta interfaz.
[DOMName("mode")]
public SVGAnimatedEnumeration Mode { 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; }