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
확장 방법
SVGBuilderExtensions.AddBuilder<isvgelementbuilder, telementbuilder="">(ISVGElementBuilder, TElementBuilder)
,
SVGBuilderExtensions.SetAttribute
Properties
Configurations
건설 과정에서 SVGElement에 적용되는 행동 또는 구성 목록.
List<action<svgelement>> Configurations { get; }
부동산 가치
List <에 대한 정보 Action <에 대한 정보 SVGElement 그리고 >>
Methods
BuildElement(Document)
건축가의 현재 구성에 따라 SVGElement 사례를 구축하고 반환합니다.
SVGElement BuildElement(Document document)
Parameters
document
Document
이 문서는 요소를 만들기 위해 필요한 맥락을 제공합니다.
Returns
건설된 SVG 요소를 나타내는 SVGElement 사례입니다.</action