Class SVGFESpotLightElementBuilder

Class SVGFESpotLightElementBuilder

Nazwa przestrzeń: Aspose.Svg.Builder Zgromadzenie: Aspose.SVG.dll (25.5.0)

Klasa budownicza do tworzenia elementów SVG “feSpotLight”, który definiuje źródło światła, które emituje światło w określonym kierunku, podobnie jak oświetlenie.

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

Inheritance

object SVGElementBuilder SVGFESpotLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

Dziedziczeni członkowie

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

Metody rozszerzenia

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

SzydłoLightElementBuilder()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

Tworzenie nowej instancji SVGFESpotLightElement w określonym dokumencie.

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

Dokument, w którym element zostanie utworzony.

Returns

SVGFESpotLightElement

Nowa wersja SVGFESpotLightElement.

LimitingConeAngle(Podwójne)

Zestaw atrybutu “limitingConeAngle”, określając zono ograniczenia światła widokowego.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)

Parameters

value double

Ogranicza wartość kąta koni.

Returns

SVGFESpotLightElementBuilder

Obecna instancja budowlana.

PunktyX(Podwójne)

Ustaw atrybut ‘punktyAtX’, wskazując koordynat x, w kierunku którego światło wskazuje.

public SVGFESpotLightElementBuilder PointsAtX(double value)

Parameters

value double

Wartość punktówAtX.

Returns

SVGFESpotLightElementBuilder

Obecna instancja budowlana.

punktów(Podwójne)

Wyznacza atrybut „punkty ATY”, wskazujący koordynat y, w kierunku którego światło wskazuje.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

Wartość punktów.

Returns

SVGFESpotLightElementBuilder

Obecna instancja budowlana.

punktów(Podwójne)

Ustaw atrybut “punktyAtZ”, wskazując z-koordynat, w kierunku którego światło wskazuje.

public SVGFESpotLightElementBuilder PointsAtZ(double value)

Parameters

value double

Wartość punktów.

Returns

SVGFESpotLightElementBuilder

Obecna instancja budowlana.

SpecularExponent(Podwójne)

Ustaw atrybut “specularExponent”, kontrolując koncentrację widowiska.

public SVGFESpotLightElementBuilder SpecularExponent(double value)

Parameters

value double

Specjalna wartość ekspozycyjna.

Returns

SVGFESpotLightElementBuilder

Obecna instancja budowlana.

X(Podwójne)

Zestaw “x” atrybut elementu feSpotLight, reprezentując x-koordynat źródła światła.

public SVGFESpotLightElementBuilder X(double value)

Parameters

value double

Wartość koordynacyjna x.

Returns

SVGFESpotLightElementBuilder

Obecna instancja budowlana.

Y(Podwójne)

Zestaw “y” atrybut, reprezentujący y-koordynat źródła światła.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

Wartość i-koordynowana

Returns

SVGFESpotLightElementBuilder

Obecna instancja budowlana.

Z(Podwójne)

Zestaw “z” atrybut, reprezentujący z-koordynat źródła światła.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

Koordynowana wartość z.

Returns

SVGFESpotLightElementBuilder

Obecna instancja budowlana.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>

 Polski