Class SVGFEDistantLightElementBuilder

Class SVGFEDistantLightElementBuilder

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

Clase de constructor para la creación de elementos SVG ‘feDistantLight’, utilizados dentro de los filtros SVB para definir una fuente de luz remota.

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

Inheritance

object SVGElementBuilder SVGFEDistantLightElementBuilder

Implements

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

Miembros heredados

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

Constructors

SiguienteLightElementBuilder()

public SVGFEDistantLightElementBuilder()

Methods

AddScript(Acción )

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

public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)

Parameters

configure Action &ylt; SVGScriptElementBuilder >

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

Returns

SVGFEDistantLightElementBuilder

La actual instancia del constructor.

Azimuth(doble)

Establece el atributo de “azimuth” del elemento feDistantLight.

public SVGFEDistantLightElementBuilder Azimuth(double value)

Parameters

value double

El ángulo de azimuth para la fuente de luz en grados.

Returns

SVGFEDistantLightElementBuilder

La actual instancia del constructor.

Create(Document)

Crea una nueva instancia de SVGFEDistantLightElement en el documento especificado.

protected override SVGFEDistantLightElement Create(Document document)

Parameters

document Document

El documento en el que se creará el elemento.

Returns

SVGFEDistantLightElement

Un nuevo SVGFEDistantLightElement.

Elevation(doble)

Establece el atributo de “elevacin” del elemento feDistantLight.

public SVGFEDistantLightElementBuilder Elevation(double value)

Parameters

value double

El ángulo de elevación para la fuente de luz en grados.

Returns

SVGFEDistantLightElementBuilder

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

 Español