Class SVGFEPointLightElementBuilder
Nazwa przestrzeń: Aspose.Svg.Builder Zgromadzenie: Aspose.SVG.dll (25.5.0)
Klasa budownicza do tworzenia elementów SVG “fePointLight”, który definiuje źródło światła punktowego do użytku z filtrem oświetlenia.
[ComVisible(true)]
public class SVGFEPointLightElementBuilder : SVGElementBuilder<svgfepointlightelement>, 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 SVGFEPointLightElementBuilder()
Methods
AddScript(Akcja )
Dodaj konfigurację skryptów do elementu fePointLight.
public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
• <
SVGScriptElementBuilder
>
Akcja konfiguracji scenariusza.
Returns
Obecna instancja budowlana.
Create(Document)
Tworzenie nowej instancji SVGFEPointLightElement w określonym dokumencie.
protected override SVGFEPointLightElement Create(Document document)
Parameters
document
Document
Dokument, w którym element zostanie utworzony.
Returns
Nowy SVGFEPointLightElement.
X(Podwójne)
Ustaw atrybut ‘x’ elementu fePointLight, określając koordynat x źródła światła.
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
Wartość koordynacyjna x.
Returns
Obecna instancja budowlana.
Y(Podwójne)
Ustaw atrybut “y” elementu fePointLight, określając koordynat y źródła światła.
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
Wartość i-koordynowana
Returns
Obecna instancja budowlana.
Z(Podwójne)
Ustaw atrybut “z” elementu fePointLight, określając z-koordynat źródła światła.
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
Koordynowana wartość z.
Returns
Obecna instancja budowlana.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>