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 ที่แสดงให้เห็นถึงองค์ประกอบ SVB ที่สร้างขึ้น</action</isvgelementbuilder,>

 แบบไทย