Table of Contents

Class UseSvgNodeRenderer

Namespace
iText.Svg.Renderers.Impl
Assembly
itext.svg.dll

Renderer implementing the use tag.

public class UseSvgNodeRenderer : AbstractSvgNodeRenderer, ISvgNodeRenderer
Inheritance
UseSvgNodeRenderer
Implements
Inherited Members

Remarks

Renderer implementing the use tag. This tag allows you to reuse previously defined elements.

Constructors

UseSvgNodeRenderer()

public UseSvgNodeRenderer()

Methods

CreateDeepCopy()

public override ISvgNodeRenderer CreateDeepCopy()

Returns

ISvgNodeRenderer

DoDraw(SvgDrawContext)

protected override void DoDraw(SvgDrawContext context)

Parameters

context SvgDrawContext

GetObjectBoundingBox(SvgDrawContext)

public override Rectangle GetObjectBoundingBox(SvgDrawContext context)

Parameters

context SvgDrawContext

Returns

Rectangle