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
Новый SVGFEDistantLightElement.
Elevation(Двойная)
Назначает атрибут «высота» элемента feDistantLight.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
Угол возвышения для источника света в градусах.
Returns
SVGFEDistantLightElementBuilder
Современный строитель инстанции.</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>