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
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
Dziedziczeni członkowie
SVGElementBuilder
Metody rozszerzenia
SVGBuilderExtensions.AddAnimate
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
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
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
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
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
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
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
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
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
Obecna instancja budowlana.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>