Class SVGFEDistantLightElementBuilder
Nazwa przestrzeń: Aspose.Svg.Builder Zgromadzenie: Aspose.SVG.dll (25.5.0)
Klasa budownicza do tworzenia elementów „feDistantLight” SVG, wykorzystywanych w filtrach SVB do określenia odległego źródła światła.
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, 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 SVGFEDistantLightElementBuilder()
Methods
AddScript(Akcja )
Dodaj konfigurację skryptów do elementu feDistantLight.
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
• <
SVGScriptElementBuilder
>
Akcja konfiguracji scenariusza.
Returns
SVGFEDistantLightElementBuilder
Obecna instancja budowlana.
Azimuth(Podwójne)
Zestaw “azimuth” atrybut elementu feDistantLight.
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
Węgiel azimutu dla źródła światła w stopniach.
Returns
SVGFEDistantLightElementBuilder
Obecna instancja budowlana.
Create(Document)
Tworzenie nowej instancji SVGFEDistantLightElement w określonym dokumencie.
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
Dokument, w którym element zostanie utworzony.
Returns
Nowa wersja SVGFEDistantLightElement
Elevation(Podwójne)
Ustaw atrybut „wywyniesienia” elementu feDistantLight.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
Węgiel podnoszenia źródła światła w stopniach.
Returns
SVGFEDistantLightElementBuilder
Obecna instancja budowlana.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>