Class SVGFEPointLightElementBuilder

Class SVGFEPointLightElementBuilder

Numele spaţiului: Aspose.Svg.Builder Adunare: Aspose.SVG.dll (25.5.0)

Clasa de constructor pentru a crea elemente SVG ‘fePointLight’, care definește o sursă de lumină punct pentru utilizare cu filtre de iluminat primitive.

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

Inheritance

object SVGElementBuilder SVGFEPointLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

Membrii moștenitori

SVGElementBuilder.Create(Document) , SVGElementBuilder.Build(Document) , SVGElementBuilder.Build(SVGFEPointLightElement) , 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()

Metode de extindere

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

Constructors

Cuvânt cheieLightElementBuilder()

public SVGFEPointLightElementBuilder()

Methods

AddScript(Acțiune)

Adăugați o configurație a scriptului la elementul fePointLight.

public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)

Parameters

configure Action < SVGScriptElementBuilder >

Acțiunea de configurare a scriptului.

Returns

SVGFEPointLightElementBuilder

Instanta actuală a constructorului.

Create(Document)

Creează o nouă instanță de SVGFEPointLightElement în documentul specificat.

protected override SVGFEPointLightElement Create(Document document)

Parameters

document Document

Documentul în care va fi creat elementul.

Returns

SVGFEPointLightElement

Un nou SVGFEPointLightElement.

X(Dublă)

Setă atributul ‘x’ al elementului fePointLight, specificând coordonatul x al sursei de lumină.

public SVGFEPointLightElementBuilder X(double value)

Parameters

value double

Valoarea coordonată x.

Returns

SVGFEPointLightElementBuilder

Instanta actuală a constructorului.

Y(Dublă)

Setă atributul ‘y’ al elementului fePointLight, specificând y-coordonatul sursă de lumină.

public SVGFEPointLightElementBuilder Y(double value)

Parameters

value double

Valoarea coordonată Y.

Returns

SVGFEPointLightElementBuilder

Instanta actuală a constructorului.

Z(Dublă)

Setă atributul “z” al elementului fePointLight, specificând coordonatul z al surselor de lumină.

public SVGFEPointLightElementBuilder Z(double value)

Parameters

value double

Valoarea coordonată z.

Returns

SVGFEPointLightElementBuilder

Instanta actuală a constructorului.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>

 Română