Class SVGFEPointLightElementBuilder
Nome do espaço: Aspose.Svg.Builder Assembleia: Aspose.SVG.dll (25.5.0)
Clase de construção para a criação de elementos SVG ‘fePointLight’, que define uma fonte de luz ponto para uso com filtro de iluminação primitivos.
[ComVisible(true)]
public class SVGFEPointLightElementBuilder : SVGElementBuilder<svgfepointlightelement>, 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 SVGFEPointLightElementBuilder()
Methods
AddScript(Ação )
Adicione uma configuração de script para o elemento fePointLight.
public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
e o PT;
SVGScriptElementBuilder
>
Ação de configuração do script.
Returns
A atual instância do edificador.
Create(Document)
Crie uma nova instância do SVGFEPointLightElement no documento especificado.
protected override SVGFEPointLightElement Create(Document document)
Parameters
document
Document
O documento em que o elemento será criado.
Returns
Um novo SVGFEPointLightElement.
X(Dupla)
Configura o atributo ‘x’ do elemento fePointLight, especificando o coordenado x da fonte de luz.
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
O valor coordenado x.
Returns
A atual instância do edificador.
Y(Dupla)
Estabelece o atributo ‘y’ do elemento fePointLight, especificando o y-coordenado da fonte de luz.
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
O valor coordenado.
Returns
A atual instância do edificador.
Z(Dupla)
Defina o atributo ‘z’ do elemento fePointLight, especificando o coordenado z da fonte de luz.
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
O valor coordenado Z.
Returns
A atual instância do edificador.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>