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
Implements
ISVGElementBuilder ,y, IAttributeSetter ,y, IBaseAnimationElementBuilder ,y, IDescriptiveElementBuilder ,y, ICoreAttributeSetter
Miembros heredados
SVGElementBuilder
Métodos de extensión
SVGBuilderExtensions.AddAnimate
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
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,>