Class SVGFEDistantLightElementBuilder
De naam: Aspose.Svg.Builder Verzameling: Aspose.SVG.dll (25.5.0)
Builderklasse voor het creëren van SVG ‘feDistantLight’ elementen, gebruikt binnen SV G-filters om een verre lichtbron te bepalen.
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
Geëerbiede leden
SVGElementBuilder
Uitbreidingmethoden
SVGBuilderExtensions.AddAnimate
Constructors
HoofdstukkenLightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(Actie)
Voeg een scriptconfiguratie toe aan het element feDistantLight.
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
Het script configuratie actie.
Returns
SVGFEDistantLightElementBuilder
De huidige instantie van de bouw.
Azimuth(dubbele)
Set het ‘azimuth’ attribuut van het feDistantLight element.
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
De azimuthengel voor de lichtbron in graden.
Returns
SVGFEDistantLightElementBuilder
De huidige instantie van de bouw.
Create(Document)
Creëert een nieuwe instantie van SVGFEDistantLightElement in het aangegeven document.
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
Het document waarin het element wordt gecreëerd.
Returns
Een nieuwe SVGFEDistantLightElement.
Elevation(dubbele)
Stel het ‘heffing’ attribuut van het feDistantLight element vast.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
De hoogtehoek voor de lichtbron in graden.
Returns
SVGFEDistantLightElementBuilder
De huidige instantie van de bouw.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>