Class SVGFEPointLightElementBuilder

Class SVGFEPointLightElementBuilder

Nombre del espacio: Aspose.Svg.Builder Asamblea: Aspose.SVG.dll (25.5.0)

Clase de constructor para crear elementos SVG ‘fePointLight’, que define una fuente de luz punto para el uso con los primitivos de filtros de iluminación.

[ComVisible(true)]
public class SVGFEPointLightElementBuilder : SVGElementBuilder<svgfepointlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter

Inheritance

object SVGElementBuilder SVGFEPointLightElementBuilder

Implements

ISVGElementBuilder ,y, IAttributeSetter ,y, IBaseAnimationElementBuilder ,y, IDescriptiveElementBuilder ,y, ICoreAttributeSetter

Miembros heredados

SVGElementBuilder.Create(Document) ,y, SVGElementBuilder.Build(Document) ,y, SVGElementBuilder.Build(SVGFEPointLightElement) ,y, SVGElementBuilder.BuildElement(Document) ,y, SVGElementBuilder.Attribute(string, string) ,y, SVGElementBuilder.Configurations ,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()

Métodos de extensión

SVGBuilderExtensions.AddAnimate(SVGFEPointLightElementBuilder, Action) ,y, SVGBuilderExtensions.AddBuilder<svgfepointlightelementbuilder, telementbuilder="">(SVGFEPointLightElementBuilder, TElementBuilder) ,y, SVGBuilderExtensions.AddDesc(SVGFEPointLightElementBuilder, Action) ,y, SVGBuilderExtensions.AddMetadata<svgfepointlightelementbuilder, telement="">(SVGFEPointLightElementBuilder, Action) ,y, SVGBuilderExtensions.AddSet(SVGFEPointLightElementBuilder, Action) ,y, SVGBuilderExtensions.AddTitle(SVGFEPointLightElementBuilder, Action) ,y, SVGBuilderExtensions.Class(SVGFEPointLightElementBuilder, params string[]) ,y, SVGBuilderExtensions.Id(SVGFEPointLightElementBuilder, string) ,y, SVGBuilderExtensions.Lang(SVGFEPointLightElementBuilder, string) ,y, SVGBuilderExtensions.SetAttribute(SVGFEPointLightElementBuilder, string, string) ,y, SVGBuilderExtensions.Style(SVGFEPointLightElementBuilder, Action) ,y, SVGBuilderExtensions.Style(SVGFEPointLightElementBuilder, string) ,y, SVGBuilderExtensions.Tabindex(SVGFEPointLightElementBuilder, int) ,y, SVGBuilderExtensions.XmlSpace(SVGFEPointLightElementBuilder, XmlSpace)

Constructors

SiguienteLightElementBuilder()

public SVGFEPointLightElementBuilder()

Methods

AddScript(Acción )

Adiciona una configuración del guión al elemento fePointLight.

public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)

Parameters

configure Action &ylt; SVGScriptElementBuilder >

La acción de configuración del guión.

Returns

SVGFEPointLightElementBuilder

La actual instancia del constructor.

Create(Document)

Crea una nueva instancia de SVGFEPointLightElement en el documento especificado.

protected override SVGFEPointLightElement Create(Document document)

Parameters

document Document

El documento en el que se creará el elemento.

Returns

SVGFEPointLightElement

Un nuevo SVGFEPointLightElement.

X(doble)

Establece el atributo ‘x’ del elemento fePointLight, especificando el coordenado x de la fuente de luz.

public SVGFEPointLightElementBuilder X(double value)

Parameters

value double

El valor coordenado x.

Returns

SVGFEPointLightElementBuilder

La actual instancia del constructor.

Y(doble)

Establece el atributo ‘y’ del elemento fePointLight, especificando el y-coordenado de la fuente de luz.

public SVGFEPointLightElementBuilder Y(double value)

Parameters

value double

El valor y coordenado.

Returns

SVGFEPointLightElementBuilder

La actual instancia del constructor.

Z(doble)

Establece el atributo ‘z’ del elemento fePointLight, especificando el coordenado z de la fuente de luz.

public SVGFEPointLightElementBuilder Z(double value)

Parameters

value double

El valor coordenado Z.

Returns

SVGFEPointLightElementBuilder

La actual instancia del constructor.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>

 Español