Class SVGFEPointLightElementBuilder
名称: Aspose.Svg.Builder 會議: Aspose.SVG.dll (25.5.0)
构建器类为创建SVG“fePointLight”元素,定义点光源用于使用与照明过滤器原始。
[ComVisible(true)]
public class SVGFEPointLightElementBuilder : SVGElementBuilder<svgfepointlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
继承人
SVGElementBuilder
延伸方法
SVGBuilderExtensions.AddAnimate
Constructors
SVGFEPointLightElementBuilder()
public SVGFEPointLightElementBuilder()
Methods
AddScript(动作)
将脚本配置添加到 fePointLight 元素中。
public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
脚本配置操作。
Returns
现任建筑师。
Create(Document)
在指定的文档中创建一个新的例子 SVGFEPointLightElement。
protected override SVGFEPointLightElement Create(Document document)
Parameters
document
Document
文件中将创建该元素。
Returns
一个新的SVGFEPointLightElement。
X(双重)
设置 fePointLight 元素的“x”属性,指定光源的 x 协调。
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
x 协调值。
Returns
现任建筑师。
Y(双重)
设置 fePointLight 元素的“y”属性,指定光源的 y 协调。
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
与Y协调值相同。
Returns
现任建筑师。
Z(双重)
设置 fePointLight 元素的“z”属性,指定光源的 z 协调。
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
与 z 协调值相同。
Returns
现任建筑师。</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>