Class SVGFESpotLightElementBuilder

Class SVGFESpotLightElementBuilder

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

Clase de constructor para crear elementos SVG ‘feSpotLight’, que define una fuente de luz que emite la luz en una dirección específica, como una luz espontánea.

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

Inheritance

object SVGElementBuilder SVGFESpotLightElementBuilder

Implements

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

Miembros heredados

SVGElementBuilder.Create(Document) ,y, SVGElementBuilder.Build(Document) ,y, SVGElementBuilder.Build(SVGFESpotLightElement) ,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(SVGFESpotLightElementBuilder, Action) ,y, SVGBuilderExtensions.AddBuilder<svgfespotlightelementbuilder, telementbuilder="">(SVGFESpotLightElementBuilder, TElementBuilder) ,y, SVGBuilderExtensions.AddDesc(SVGFESpotLightElementBuilder, Action) ,y, SVGBuilderExtensions.AddMetadata<svgfespotlightelementbuilder, telement="">(SVGFESpotLightElementBuilder, Action) ,y, SVGBuilderExtensions.AddSet(SVGFESpotLightElementBuilder, Action) ,y, SVGBuilderExtensions.AddTitle(SVGFESpotLightElementBuilder, Action) ,y, SVGBuilderExtensions.Class(SVGFESpotLightElementBuilder, params string[]) ,y, SVGBuilderExtensions.Id(SVGFESpotLightElementBuilder, string) ,y, SVGBuilderExtensions.Lang(SVGFESpotLightElementBuilder, string) ,y, SVGBuilderExtensions.SetAttribute(SVGFESpotLightElementBuilder, string, string) ,y, SVGBuilderExtensions.Style(SVGFESpotLightElementBuilder, Action) ,y, SVGBuilderExtensions.Style(SVGFESpotLightElementBuilder, string) ,y, SVGBuilderExtensions.Tabindex(SVGFESpotLightElementBuilder, int) ,y, SVGBuilderExtensions.XmlSpace(SVGFESpotLightElementBuilder, XmlSpace)

Constructors

SiguienteLightElementBuilder()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

Crea una nueva instancia de SVGFESpotLightElement en el documento especificado.

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

El documento en el que se creará el elemento.

Returns

SVGFESpotLightElement

Un nuevo SVGFESpotLightElement.

LimitingConeAngle(doble)

Establece el atributo de ’limitingConeAngle’, definiendo el cone de limitación de la luz.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)

Parameters

value double

El valor del ángulo cono limitante.

Returns

SVGFESpotLightElementBuilder

La actual instancia del constructor.

Puntuaciones(doble)

Establece el atributo ‘pointsAtX’, indicando el coordenado x hacia el que la luz está apuntando.

public SVGFESpotLightElementBuilder PointsAtX(double value)

Parameters

value double

El valor de los puntos.

Returns

SVGFESpotLightElementBuilder

La actual instancia del constructor.

Puntos(doble)

Establece el atributo ‘pointsAtY’, indicando el y-coordenado hacia el que la luz está apuntando.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

El valor del punto.

Returns

SVGFESpotLightElementBuilder

La actual instancia del constructor.

Puntos(doble)

Establece el atributo ‘pointsAtZ’, indicando el coordenado z hacia el que la luz está apuntando.

public SVGFESpotLightElementBuilder PointsAtZ(double value)

Parameters

value double

El valor de los puntos.

Returns

SVGFESpotLightElementBuilder

La actual instancia del constructor.

SpecularExponent(doble)

Establece el atributo de ’especularExponente’, controlando el foco del destacamiento especular.

public SVGFESpotLightElementBuilder SpecularExponent(double value)

Parameters

value double

El valor especular exponente.

Returns

SVGFESpotLightElementBuilder

La actual instancia del constructor.

X(doble)

Establece el atributo ‘x’ del elemento feSpotLight, que representa el coordenado x de la fuente de luz.

public SVGFESpotLightElementBuilder X(double value)

Parameters

value double

El valor coordenado x.

Returns

SVGFESpotLightElementBuilder

La actual instancia del constructor.

Y(doble)

Establece el atributo ‘y’, representando el y-coordenado de la fuente de luz.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

El valor y coordenado.

Returns

SVGFESpotLightElementBuilder

La actual instancia del constructor.

Z(doble)

Establece el atributo ‘z’, que representa el coordenado z de la fuente de luz.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

El valor coordenado Z.

Returns

SVGFESpotLightElementBuilder

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

 Español