Class SVGFESpotLightElementBuilder

Class SVGFESpotLightElementBuilder

Il nome: Aspose.Svg.Builder Assemblea: Aspose.SVG.dll (25.5.0)

Classe di costruzione per creare elementi SVG ‘feSpotLight’, che definisce una fonte di luce che emette la luce in una direzione specifica, come 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()

Metodi di estensione

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

Sviluppo di LightElementBuilder()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

Crea una nuova instanza di SVGFESpotLightElement nel documento specificato.

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

Il documento in cui verrà creato l’elemento.

Returns

SVGFESpotLightElement

Un nuovo SVGFESpotLightElement.

LimitingConeAngle(Doppio)

Imposta l’attributo ’limitingConeAngle’, definendo il cono di limitazione della luce.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)

Parameters

value double

Il valore di angolo del cono limitante.

Returns

SVGFESpotLightElementBuilder

L’attuale instanza di costruzione.

Il puntoX(Doppio)

Imposta l’attributo ‘pointsAtX’, indicando il coordinato x verso il quale la luce sta segnalando.

public SVGFESpotLightElementBuilder PointsAtX(double value)

Parameters

value double

Il valore dei punti.

Returns

SVGFESpotLightElementBuilder

L’attuale instanza di costruzione.

Il punto(Doppio)

Imposta l’attributo ‘pointsAtY’, indicando il y-coordinato verso il quale la luce sta segnalando.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

Il valore dei punti.

Returns

SVGFESpotLightElementBuilder

L’attuale instanza di costruzione.

Il punto(Doppio)

Imposta l’attributo ‘pointsAtZ’, indicando il z-coordinato verso il quale la luce sta segnalando.

public SVGFESpotLightElementBuilder PointsAtZ(double value)

Parameters

value double

Il valore dei punti.

Returns

SVGFESpotLightElementBuilder

L’attuale instanza di costruzione.

SpecularExponent(Doppio)

Imposta l’attributo ‘specularExponent’, controllando il focus del highlight speculare.

public SVGFESpotLightElementBuilder SpecularExponent(double value)

Parameters

value double

Il valore esponente speculativo.

Returns

SVGFESpotLightElementBuilder

L’attuale instanza di costruzione.

X(Doppio)

Imposta l’attributo ‘x’ dell’elemento feSpotLight, rappresentando il coordinato x della fonte di luce.

public SVGFESpotLightElementBuilder X(double value)

Parameters

value double

Il valore coordinato x.

Returns

SVGFESpotLightElementBuilder

L’attuale instanza di costruzione.

Y(Doppio)

Setti l’attribuzione ‘y’, rappresentando il coordinato y della fonte di luce.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

Il valore coordinato.

Returns

SVGFESpotLightElementBuilder

L’attuale instanza di costruzione.

Z(Doppio)

L’attribuzione “z” rappresenta il coordinato z della fonte di luce.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

Il valore coordinato z.

Returns

SVGFESpotLightElementBuilder

L’attuale instanza di costruzione.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>

 Italiano