Class SVGFESpotLightElementBuilder

Class SVGFESpotLightElementBuilder

nazivni prostor: Aspose.Svg.Builder Sastanak: Aspose.SVG.dll (25.5.0)

Klasa graditelja za stvaranje SVG ‘feSpotLight’ elemenata, koji definira izvor svjetla koji emituje svjetlost u određenom smjeru, kao što je svjetlo.

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

Inheritance

object SVGElementBuilder SVGFESpotLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

naslijeđeni članovi

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()

Metode proširenja

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

Sljedeći članakLightElementBuilder()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

Stvaranje nove primjere SVGFESpotLightElement u određenom dokumentu.

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

Dokument u kojem će se element stvoriti.

Returns

SVGFESpotLightElement

Slijedeći članakNovi SVGFESpotLightElement.

LimitingConeAngle(Dvostruko)

Sastavlja svojstvo ’limitingConeAngle’, definirajući ograničavajući cone svjetla.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)

Parameters

value double

Vrijednost ograničavajućeg ugla konja.

Returns

SVGFESpotLightElementBuilder

Trenutačno stanje graditelja.

PočetakX(Dvostruko)

Sastavite ‘pointsAtX’ svojstvo, ukazujući na x-koordinaciju prema kojoj svjetlost ukazuje.

public SVGFESpotLightElementBuilder PointsAtX(double value)

Parameters

value double

Vrijednost bodova.

Returns

SVGFESpotLightElementBuilder

Trenutačno stanje graditelja.

Početak(Dvostruko)

Sastavlja svojstvo ‘pointsAtY’, ukazujući na y-koordinaciju prema kojoj svjetlost ukazuje.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

Vrijednost je točka.

Returns

SVGFESpotLightElementBuilder

Trenutačno stanje graditelja.

Početak(Dvostruko)

Sastavite ’točkeAtZ’ svojstvo, ukazujući na z-koordinaciju prema kojoj svjetlost ukazuje.

public SVGFESpotLightElementBuilder PointsAtZ(double value)

Parameters

value double

Vrijednost je točka.

Returns

SVGFESpotLightElementBuilder

Trenutačno stanje graditelja.

SpecularExponent(Dvostruko)

Sastavlja svojstvo ‘specularExponent’, kontrolirajući fokus spektakularnog naglaska.

public SVGFESpotLightElementBuilder SpecularExponent(double value)

Parameters

value double

Spekularna eksponentna vrijednost.

Returns

SVGFESpotLightElementBuilder

Trenutačno stanje graditelja.

X(Dvostruko)

Sastavlja svojstvo ‘x’ elementa feSpotLight, koji predstavlja x-koordinat izvora svjetla.

public SVGFESpotLightElementBuilder X(double value)

Parameters

value double

Koordinacijska vrijednost x.

Returns

SVGFESpotLightElementBuilder

Trenutačno stanje graditelja.

Y(Dvostruko)

Sastavlja ‘y’ svojstvo, predstavljajući y-koordinaciju izvora svjetla.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

Koordinacijska vrijednost i.

Returns

SVGFESpotLightElementBuilder

Trenutačno stanje graditelja.

Z(Dvostruko)

Sastavlja svojstvo ‘z’, što predstavlja z-koordinaciju izvora svjetla.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

Koordinacijska vrijednost z.

Returns

SVGFESpotLightElementBuilder

Trenutačno stanje graditelja.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>

 Hrvatski