Class GroupSvgNodeRenderer
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
DoDraw(SvgDrawContext)
protected override void DoDraw(SvgDrawContext context)
Parameters
context
SvgDrawContext
GetObjectBoundingBox(SvgDrawContext)
public override Rectangle GetObjectBoundingBox(SvgDrawContext context)
Parameters
context
SvgDrawContext