Table of Contents

Class SvgGroup

Namespace
Svg
Assembly
Svg.dll

An element used to group SVG shapes.

[SvgElement("g")]
public class SvgGroup : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Inheritance
SvgGroup
Implements
Inherited Members
Extension Methods

Properties

Bounds

Gets the bounds of the element.

public override RectangleF Bounds { get; }

Property Value

RectangleF

The bounds.

Renderable

protected override bool Renderable { get; }

Property Value

bool

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

Path(ISvgRenderer)

Gets the GraphicsPath for this element.

public override GraphicsPath Path(ISvgRenderer renderer)

Parameters

renderer ISvgRenderer

Returns

GraphicsPath