Class SVGFESpotLightElementBuilder

Class SVGFESpotLightElementBuilder

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

Classe de constructeur pour la création d’éléments SVG ‘feSpotLight’, qui définit une source de lumière qui émet la lumières dans une direction spécifique, comme un spotlight.

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

Inheritance

object SVGElementBuilder SVGFESpotLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

I membri ereditari

SVGElementBuilder.Create(Document) , SVGElementBuilder.Build(Document) , SVGElementBuilder.Build(SVGFESpotLightElement) , 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(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddBuilder<svgfespotlightelementbuilder, telementbuilder="">(SVGFESpotLightElementBuilder, TElementBuilder) , SVGBuilderExtensions.AddDesc(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddMetadata<svgfespotlightelementbuilder, telement="">(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddSet(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddTitle(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.Class(SVGFESpotLightElementBuilder, params string[]) , SVGBuilderExtensions.Id(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.Lang(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.SetAttribute(SVGFESpotLightElementBuilder, string, string) , SVGBuilderExtensions.Style(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.Style(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.Tabindex(SVGFESpotLightElementBuilder, int) , SVGBuilderExtensions.XmlSpace(SVGFESpotLightElementBuilder, XmlSpace)

Constructors

MéditerranéeLightElementBuilder()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

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

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

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

Returns

SVGFESpotLightElement

Un nouveau SVGFESpotLightElement

LimitingConeAngle(double)

Définir l’attribut de “limiterConeAngle”, définissant le cone de limitation de la lumière.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)

Parameters

value double

La valeur angulaire limitante du cone.

Returns

SVGFESpotLightElementBuilder

l’instance actuelle du constructeur.

PointsX(double)

Sélectionnez l’attribut “pointsAtX”, indiquant le coordonné x vers lequel la lumière s’adresse.

public SVGFESpotLightElementBuilder PointsAtX(double value)

Parameters

value double

La valeur des points.

Returns

SVGFESpotLightElementBuilder

l’instance actuelle du constructeur.

Points(double)

Il définit l’attribut « points AtY », indiquant le y-coordonné vers lequel la lumière s’adresse.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

La valeur des points.

Returns

SVGFESpotLightElementBuilder

l’instance actuelle du constructeur.

Points(double)

Il définit l’attribut “pointsAtZ”, indiquant le z-coordonné vers lequel la lumière s’adresse.

public SVGFESpotLightElementBuilder PointsAtZ(double value)

Parameters

value double

La valeur des points.

Returns

SVGFESpotLightElementBuilder

l’instance actuelle du constructeur.

SpecularExponent(double)

Sélectionnez l’attribut “specularExponent”, en contrôlant le focus du soulèvement spéculaire.

public SVGFESpotLightElementBuilder SpecularExponent(double value)

Parameters

value double

La valeur spéculaire exponentielle.

Returns

SVGFESpotLightElementBuilder

l’instance actuelle du constructeur.

X(double)

Sélectionnez l’attribut ‘x’ de l’élément feSpotLight, représentant la coordonnée x de la source de lumière.

public SVGFESpotLightElementBuilder X(double value)

Parameters

value double

La valeur coordonnée x.

Returns

SVGFESpotLightElementBuilder

l’instance actuelle du constructeur.

Y(double)

Il définit l’attribut “y”, représentant la coordonnée y de la source de lumière.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

La valeur y coordonnée.

Returns

SVGFESpotLightElementBuilder

l’instance actuelle du constructeur.

Z(double)

Il définit l’attribut z, représentant le z-coordonné de la source de lumière.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

La valeur coordonnée z.

Returns

SVGFESpotLightElementBuilder

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

 Français