Class SvgGroup
An element used to group SVG shapes.
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("g")]
public class SvgGroup : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
| Improve this Doc View SourceBounds
Gets the bounds of the element.
Declaration
public override RectangleF Bounds { get; }
Property Value
| Type | Description |
|---|---|
| RectangleF | The bounds. |
Overrides
| Improve this Doc View SourceRenderable
Declaration
protected override bool Renderable { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
Methods
| Improve this Doc View SourceDeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
| Type | Description |
|---|---|
| SvgElement |
Overrides
| Improve this Doc View SourcePath(ISvgRenderer)
Gets the
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
| Type | Name | Description |
|---|---|---|
| ISvgRenderer | renderer |
Returns
| Type | Description |
|---|---|
| GraphicsPath |