Class SVGFEDistantLightElementBuilder

Class SVGFEDistantLightElementBuilder

Le nom : Aspose.Svg.Builder Assemblée: Aspose.SVG.dll (25.5.0)

Classe de constructeur pour la création d’éléments SVG ‘feDistantLight’, utilisés à l’intérieur des filtres SVC pour définir une source de lumière distante.

[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter

Inheritance

object SVGElementBuilder SVGFEDistantLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

I membri ereditari

SVGElementBuilder.Create(Document) , SVGElementBuilder.Build(Document) , SVGElementBuilder.Build(SVGFEDistantLightElement) , SVGElementBuilder.BuildElement(Document) , SVGElementBuilder.Attribute(string, string) , SVGElementBuilder.Configurations , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Méthodes d’extension

SVGBuilderExtensions.AddAnimate(SVGFEDistantLightElementBuilder, Action) , SVGBuilderExtensions.AddBuilder<svgfedistantlightelementbuilder, telementbuilder="">(SVGFEDistantLightElementBuilder, TElementBuilder) , SVGBuilderExtensions.AddDesc(SVGFEDistantLightElementBuilder, Action) , SVGBuilderExtensions.AddMetadata<svgfedistantlightelementbuilder, telement="">(SVGFEDistantLightElementBuilder, Action) , SVGBuilderExtensions.AddSet(SVGFEDistantLightElementBuilder, Action) , SVGBuilderExtensions.AddTitle(SVGFEDistantLightElementBuilder, Action) , SVGBuilderExtensions.Class(SVGFEDistantLightElementBuilder, params string[]) , SVGBuilderExtensions.Id(SVGFEDistantLightElementBuilder, string) , SVGBuilderExtensions.Lang(SVGFEDistantLightElementBuilder, string) , SVGBuilderExtensions.SetAttribute(SVGFEDistantLightElementBuilder, string, string) , SVGBuilderExtensions.Style(SVGFEDistantLightElementBuilder, Action) , SVGBuilderExtensions.Style(SVGFEDistantLightElementBuilder, string) , SVGBuilderExtensions.Tabindex(SVGFEDistantLightElementBuilder, int) , SVGBuilderExtensions.XmlSpace(SVGFEDistantLightElementBuilder, XmlSpace)

Constructors

Mise à jourLightElementBuilder()

public SVGFEDistantLightElementBuilder()

Methods

AddScript(Actions )

Ajouter une configuration de script à l’élément feDistantLight.

public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)

Parameters

configure Action di < SVGScriptElementBuilder >

L’action de configuration du script.

Returns

SVGFEDistantLightElementBuilder

l’instance actuelle du constructeur.

Azimuth(double)

Sélectionnez l’attribut “azimuth” de l’élément feDistantLight.

public SVGFEDistantLightElementBuilder Azimuth(double value)

Parameters

value double

L’angle d’azimuth pour la source de lumière en degrés.

Returns

SVGFEDistantLightElementBuilder

l’instance actuelle du constructeur.

Create(Document)

Créer une nouvelle instance de SVGFEDistantLightElement dans le document spécifié.

protected override SVGFEDistantLightElement Create(Document document)

Parameters

document Document

Le document dans lequel l’élément sera créé.

Returns

SVGFEDistantLightElement

Un nouvel élément SVGFEDistant.

Elevation(double)

Il définit l’attribut de « élevation » de l’élément feDistantLight.

public SVGFEDistantLightElementBuilder Elevation(double value)

Parameters

value double

L’angle d’élévation pour la source de lumière en degrés.

Returns

SVGFEDistantLightElementBuilder

l’instance actuelle du constructeur.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>

 Français