Interface ISVGElementBuilder

Interface ISVGElementBuilder

名称: Aspose.Svg.Builder 會議: Aspose.SVG.dll (25.5.0)

SVG(Scalable Vector Graphics)构建元素的界面。此界面定义了必要的基本方法和属性,以便编程构建SVG元素。它扩展了 IAttributeSetter 界面,包括属性设置功能。

[ComVisible(true)]
public interface ISVGElementBuilder : IAttributeSetter

Implements

IAttributeSetter

延伸方法

SVGBuilderExtensions.AddBuilder<isvgelementbuilder, telementbuilder="">(ISVGElementBuilder, TElementBuilder) , SVGBuilderExtensions.SetAttribute(ISVGElementBuilder, string, string)

Properties

Configurations

在构建过程中对 SVGElement 应用的操作或配置列表。

List<action<svgelement>&gt; Configurations { get; }

财产价值

List < Action < SVGElement >>

Methods

BuildElement(Document)

建立并返回 SVGElement 例子,基于构建者的当前配置。

SVGElement BuildElement(Document document)

Parameters

document Document

SVG文件将添加到该元素. 该文件提供创建元件所需的背景。

Returns

SVGElement

一个 SVGElement 例子代表建造的 SVD 元素。</action</isvgelementbuilder,>

 中文