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,>