Class SVGFEDistantLightElementBuilder
Pôvodný názov: Aspose.Svg.Builder Zhromaždenie: Aspose.SVG.dll (25.5.0)
Stavebná trieda na vytvorenie prvkov SVG “feDistantLight”, ktoré sa používajú vo vnútri filtrov SvG na definovanie vzdialeného svetelného zdroja.
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, 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
ZľavyLightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(Akcia)
Pridáva konfiguráciu skriptov do prvku feDistantLight.
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
Akcia konfigurácie skriptov.
Returns
SVGFEDistantLightElementBuilder
V súčasnej stavebníckej situácii.
Azimuth(Dvojitý)
Nastaví “azimuth” atribút feDistantLight prvku.
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
Azimuth uhl pre zdroj svetla v stupňoch.
Returns
SVGFEDistantLightElementBuilder
V súčasnej stavebníckej situácii.
Create(Document)
Vytvára novú inštanciu SVGFEDistantLightElement v špecifikovanom dokumente.
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
Dokument, v ktorom sa prvok vytvorí.
Returns
Ďalšia novinka SVGFEDistantLightElement.
Elevation(Dvojitý)
Nastaví “výšenie” atribút feDistantLight prvku.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
Úhel výšky pre zdroj svetla v stupňoch.
Returns
SVGFEDistantLightElementBuilder
V súčasnej stavebníckej situácii.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>