Class SVGFESpotLightElementBuilder

Class SVGFESpotLightElementBuilder

Nom dels espais: Aspose.Svg.Builder Assemblea: Aspose.SVG.dll (25.5.0)

Classe de constructor per crear elements SVG ‘feSpotLight’, que defineix una font de llum que emet llums en una direcció específica, com un punt.

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

Inheritance

object SVGElementBuilder SVGFESpotLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

Membres heretats

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ètodes d’extensió

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

LlibertatElementsModifica()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

Crea una nova instància de SVGFESpotLightElement en el document especificat.

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

El document en el qual es crearà l’element.

Returns

SVGFESpotLightElement

Un nou element de l’escorça.

LimitingConeAngle(doble)

S’estableix l’atribute de ’limitingConeAngle’, definint el cone de limitació de la llum.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)

Parameters

value double

El valor de l’angle de cone limitant.

Returns

SVGFESpotLightElementBuilder

La situació actual del constructor.

El puntx(doble)

Estableix l’atribute ‘pointsAtX’, indicant la coordenada x cap a la qual la llum està apuntant.

public SVGFESpotLightElementBuilder PointsAtX(double value)

Parameters

value double

El valor dels punts.

Returns

SVGFESpotLightElementBuilder

La situació actual del constructor.

Punts(doble)

Estableix l’atribute ‘pointsAtY’, indicant la coordenada y cap a la qual la llum està apuntant.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

El valor dels punts.

Returns

SVGFESpotLightElementBuilder

La situació actual del constructor.

El punt(doble)

Estableix l’atribute ‘pointsAtZ’, indicant la coordenada z cap a la qual la llum està apuntant.

public SVGFESpotLightElementBuilder PointsAtZ(double value)

Parameters

value double

El valor dels punts.

Returns

SVGFESpotLightElementBuilder

La situació actual del constructor.

SpecularExponent(doble)

S’estableix l’atribute ’especularExponent’, controlant el focus del destacat especular.

public SVGFESpotLightElementBuilder SpecularExponent(double value)

Parameters

value double

El valor especular de l’exposició.

Returns

SVGFESpotLightElementBuilder

La situació actual del constructor.

X(doble)

S’estableix l’atribute ‘x’ del element feSpotLight, que representa el coordenat x de la font de llum.

public SVGFESpotLightElementBuilder X(double value)

Parameters

value double

El valor x coordinat.

Returns

SVGFESpotLightElementBuilder

La situació actual del constructor.

Y(doble)

S’estableix l’atribute ‘y’, que representa la coordenada y de la font de llum.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

El valor i coordinat.

Returns

SVGFESpotLightElementBuilder

La situació actual del constructor.

Z(doble)

S’estableix l’atribute ‘z’, representant la coordenada z de la font de llum.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

El valor coordenat Z.

Returns

SVGFESpotLightElementBuilder

La situació actual del constructor.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>

 Català