Class SVGFEDistantLightElementBuilder
名称: Aspose.Svg.Builder 會議: Aspose.SVG.dll (25.5.0)
构建器类为创建SVG“feDistantLight”元素,用于SvG过滤器内定义一个遥远的光源。
[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
SVGFEDistantLightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(动作)
将脚本配置添加到 feDistantLight 元素中。
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
脚本配置操作。
Returns
SVGFEDistantLightElementBuilder
现任建筑师。
Azimuth(双重)
设置 feDistantLight元素的“azimuth”属性。
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
光源的 azimuth 角度在度。
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,>