Class SVGFEDistantLightElementBuilder
Název místa: Aspose.Svg.Builder Shromáždění: Aspose.SVG.dll (25.5.0)
Stavební třída pro vytváření prvků SVG ‘feDistantLight’, které se používají v rámci filtrov SvG k definici vzdáleného světelného zdroje.
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
Dědiční členové
SVGElementBuilder
Metody rozšíření
SVGBuilderExtensions.AddAnimate
Constructors
VýrobceLightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(Akce)
Přidává konfigurace skriptů do prvku feDistantLight.
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
Akce konfigurace scénáře.
Returns
SVGFEDistantLightElementBuilder
Stávající stavební instance.
Azimuth(Dvojitý)
Nastaví ‘azimuth’ atribut feDistantLight prvek.
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
Azimuth úhel pro zdroj světla ve stupních.
Returns
SVGFEDistantLightElementBuilder
Stávající stavební instance.
Create(Document)
Vytváří novou příklad SVGFEDistantLightElement v uvedeném dokumentu.
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
Dokument, ve kterém bude prvek vytvořen.
Returns
Nový SVGFEDistantLightElement.
Elevation(Dvojitý)
Nastaví “výstupní” atribut prvku feDistantLight.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
Úhel výšky pro zdroj světla ve stupních.
Returns
SVGFEDistantLightElementBuilder
Stávající stavební instance.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>