Interface ISVGElementBuilder

Interface ISVGElementBuilder

Pôvodný názov: Aspose.Svg.Builder Zhromaždenie: Aspose.SVG.dll (25.5.0)

Rozhranie pre stavbu SVG (Scalable Vector Graphics) prvkov.Tento rozhranie definuje základné metódy a vlastnosti potrebné na programovanie prvkov SVG.Rozširuje rozhranie IAttributeSetter na zahrnutie funkcií nastavenia atribútov.

[ComVisible(true)]
public interface ISVGElementBuilder : IAttributeSetter

Implements

IAttributeSetter

Metódy rozšírenia

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

Properties

Configurations

Zoznam akcií alebo konfigurácií, ktoré sa uplatňujú na SVGElement počas procesu výstavby.

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

Hodnota nehnuteľnosti

List < Action < SVGElement a > >

Methods

BuildElement(Document)

Vytvára a vráti príklad SVGElement na základe aktuálnej konfigurácie staviteľa.

SVGElement BuildElement(Document document)

Parameters

document Document

Dokument SVG, ku ktorému sa prvok pridá.Tento dokument poskytuje kontext potrebný na vytvorenie prvku.

Returns

SVGElement

Prípad SVGElement predstavuje konštruovaný prvok SvG.</action</isvgelementbuilder,>

 Slovenčina