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
СВГФЕДИСТАНТСВЕТЕЛЕМЕНТБУИЛДЕР()
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,>