C# 클래스 Svg.SvgDefinitionList

상속: SvgElement
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
DeepCopy ( ) : SvgElement
SvgDefinitionList ( ) : System

Initializes a new instance of the SvgDefinitionList class.

보호된 메소드들

메소드 설명
Render ( SvgRenderer renderer ) : void

Renders the SvgElement and contents to the specified SvgRenderer object.

메소드 상세

DeepCopy() 공개 메소드

public DeepCopy ( ) : SvgElement
리턴 SvgElement

Render() 보호된 메소드

Renders the SvgElement and contents to the specified SvgRenderer object.
protected Render ( SvgRenderer renderer ) : void
renderer SvgRenderer The object to render to.
리턴 void

SvgDefinitionList() 공개 메소드

Initializes a new instance of the SvgDefinitionList class.
public SvgDefinitionList ( ) : System
리턴 System