Table of Contents

Class GroupSvgNodeRenderer

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

This renderer represents a branch in an SVG tree.

public class GroupSvgNodeRenderer : AbstractBranchSvgNodeRenderer, IBranchSvgNodeRenderer, ISvgNodeRenderer
Inheritance
GroupSvgNodeRenderer
Implements
Inherited Members

Remarks

This renderer represents a branch in an SVG tree. It doesn't do anything aside from calling the superclass doDraw.

Constructors

GroupSvgNodeRenderer()

public GroupSvgNodeRenderer()

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