Class SVGFEDistantLightElementBuilder
Nome do espaço: Aspose.Svg.Builder Assembleia: Aspose.SVG.dll (25.5.0)
Clase de edificador para a criação de elementos SVG ‘feDistantLight’, utilizados dentro dos filtros SVC para definir uma fonte distante de luz.
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
Membros herdados
SVGElementBuilder
Métodos de Extensão
SVGBuilderExtensions.AddAnimate
Constructors
AvaliaçõesLightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(Ação )
Adicione uma configuração de script para o elemento feDistantLight.
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
e o PT;
SVGScriptElementBuilder
>
Ação de configuração do script.
Returns
SVGFEDistantLightElementBuilder
A atual instância do edificador.
Azimuth(Dupla)
Estabelece o atributo ‘azimuth’ do elemento feDistantLight.
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
O ângulo de azimuth para a fonte de luz em graus.
Returns
SVGFEDistantLightElementBuilder
A atual instância do edificador.
Create(Document)
Crie uma nova instância do SVGFEDistantLightElement no documento especificado.
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
O documento em que o elemento será criado.
Returns
Um novo SVGFEDistantLightElement.
Elevation(Dupla)
Estabelece o atributo de “elevação” do elemento feDistantLight.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
O ângulo de elevação para a fonte de luz em graus.
Returns
SVGFEDistantLightElementBuilder
A atual instância do edificador.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>