Class SVGFEPointLightElementBuilder
Pôvodný názov: Aspose.Svg.Builder Zhromaždenie: Aspose.SVG.dll (25.5.0)
Stavebná trieda pre vytvorenie SVG ‘fePointLight’ prvkov, ktoré definujú zdroj bodového svetla na použitie s primitívmi osvetľovacieho filtra.
[ComVisible(true)]
public class SVGFEPointLightElementBuilder : SVGElementBuilder<svgfepointlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
Z dedičných členov
SVGElementBuilder
Metódy rozšírenia
SVGBuilderExtensions.AddAnimate
Constructors
Spoločnosť SVGFEPointLightElementBuilder()
public SVGFEPointLightElementBuilder()
Methods
AddScript(Akcia)
Pridať konfiguráciu skriptov do prvku fePointLight.
public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
Akcia konfigurácie skriptov.
Returns
V súčasnej stavebníckej situácii.
Create(Document)
Vytvára novú inštanciu SVGFEPointLightElement v špecifikovanom dokumente.
protected override SVGFEPointLightElement Create(Document document)
Parameters
document
Document
Dokument, v ktorom sa prvok vytvorí.
Returns
Nový SVGFEPointLightElement.
X(Dvojitý)
Umiestnite atribút “x” prvku fePointLight, ktorý špecifikuje x-koordinát svetelného zdroja.
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
Vhodné pre x koordinované hodnoty.
Returns
V súčasnej stavebníckej situácii.
Y(Dvojitý)
Umiestnite atribút “y” prvku fePointLight, ktorý špecifikuje y-koordinát svetelného zdroja.
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
Súvisiaca hodnota Y.
Returns
V súčasnej stavebníckej situácii.
Z(Dvojitý)
Umiestnite atribút “z” prvku fePointLight, ktorý špecifikuje z-koordinát svetelného zdroja.
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
Koordinačná hodnota z.
Returns
V súčasnej stavebníckej situácii.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>