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 &gt&gt&gt&gt

Methods

BuildElement(Document)

構築者現在の構成に基づいて SVGElement インスタンスを作成および返します。

SVGElement BuildElement(Document document)

Parameters

document Document

この文書は、要素を作成するために必要な文脈を提供します。

Returns

SVGElement

構築されたSVG元素を表す SVGエレメントの例。</action</isvgelementbuilder,>

 日本語