Class SVGFEDistantLightElementBuilder
Названий на: Aspose.Svg.Builder Асамблея: Aspose.SVG.dll (25.5.0)
Клас будівельників для створення елементів SVG «feDistantLight», які використовуються в рамках фільтрів СВГ для визначення віддаленого джерела світла.
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
Нападні члени
SVGElementBuilder
Методи розширення
SVGBuilderExtensions.AddAnimate
Constructors
Створення LightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(Діяльність )
Додає конфігурацію скрипта в елемент feDistantLight.
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
• <
SVGScriptElementBuilder
>
Скриншоти для конфігурації дії.
Returns
SVGFEDistantLightElementBuilder
Теперішній інстанційний будівельник.
Azimuth(подвійний)
Встановити атрибут «азимут» елемента feDistantLight.
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
Азімутський кут для джерела світла в ступенях.
Returns
SVGFEDistantLightElementBuilder
Теперішній інстанційний будівельник.
Create(Document)
Створює нову інстанцію SVGFEDistantLightElement в зазначеному документі.
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
Документ, в якому буде створено елемент.
Returns
Створено новий світлодіодний елемент.
Elevation(подвійний)
Налаштує атрибут «високості» елемента feDistantLight.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
Уголь підйому для джерела світла в градусах.
Returns
SVGFEDistantLightElementBuilder
Теперішній інстанційний будівельник.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>