Interface ISVGElementBuilder

Interface ISVGElementBuilder

Nazwa przestrzeń: Aspose.Svg.Builder Zgromadzenie: Aspose.SVG.dll (25.5.0)

Interfejs do budowy elementów SVG (Scalable Vector Graphics).Ten interfejs definiuje podstawowe metody i właściwości wymagane do programowania elementów SVG.Rozszerza interfejs IAttributeSetter, aby uwzględnić możliwości ustawienia atrybutów.

[ComVisible(true)]
public interface ISVGElementBuilder : IAttributeSetter

Implements

IAttributeSetter

Metody rozszerzenia

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

Properties

Configurations

Lista działań lub konfiguracji, które są stosowane do SVGElement w trakcie procesu budowy.

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

Wartość nieruchomości

List • < Action • < SVGElement • > >

Methods

BuildElement(Document)

Tworzy i zwraca instancję SVGElement opartą na bieżącej konfiguracji budowla.

SVGElement BuildElement(Document document)

Parameters

document Document

Dokument SVG, do którego element zostanie dodany.Ten dokument zapewnia kontekst niezbędny do tworzenia elementu.

Returns

SVGElement

Instancja SVGElement reprezentuje zbudowany element SvG.</action</isvgelementbuilder,>

 Polski