Class SvgSymbol
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("symbol")]
public class SvgSymbol : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
| Improve this Doc View SourceAspectRatio
Gets or sets the aspect of the viewport.
Declaration
public SvgAspectRatio AspectRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgAspectRatio |
Bounds
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
| Improve this Doc View SourceViewBox
Gets or sets the viewport of the element.
Declaration
public SvgViewBox ViewBox { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgViewBox |
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 |
Overrides
| Improve this Doc View SourcePushTransforms(ISvgRenderer)
Applies the required transforms to ISvgRenderer.
Declaration
protected override bool PushTransforms(ISvgRenderer renderer)
Parameters
| Type | Name | Description |
|---|---|---|
| ISvgRenderer | renderer | The ISvgRenderer to be transformed. |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
| Improve this Doc View SourceRender(ISvgRenderer)
Declaration
protected override void Render(ISvgRenderer renderer)
Parameters
| Type | Name | Description |
|---|---|---|
| ISvgRenderer | renderer |