Class SVGFEDistantLightElementBuilder
nazivni prostor: Aspose.Svg.Builder Sastanak: Aspose.SVG.dll (25.5.0)
Klasa graditelja za stvaranje SVG ‘feDistantLight’ elemenata, koji se koriste unutar svg filtera za definiciju udaljenog izvora svjetla.
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
naslijeđeni članovi
SVGElementBuilder
Metode proširenja
SVGBuilderExtensions.AddAnimate
Constructors
Sljedeći članakLightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(Sljedeći članakSvgscriptelementbuilder>)
Dodava konfiguraciju skripta elementu feDistantLight.
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
Akcija za konfiguraciju scenarija.
Returns
SVGFEDistantLightElementBuilder
Trenutačno stanje graditelja.
Azimuth(Dvostruko)
Sastavlja ‘azimuth’ atribut feDistantLight elementa.
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
Azimutski kut za izvor svjetla u stupnjevima.
Returns
SVGFEDistantLightElementBuilder
Trenutačno stanje graditelja.
Create(Document)
Stvaranje nove primjere SVGFEDistantLightElement u određenom dokumentu.
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
Dokument u kojem će se element stvoriti.
Returns
Slijedeći članakNovi SVGFEDistantLightElement.
Elevation(Dvostruko)
Sastavlja se “povećanje” atribut feDistantLight elementa.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
Uzimanje ugla za izvor svjetla u stupnjevima.
Returns
SVGFEDistantLightElementBuilder
Trenutačno stanje graditelja.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>