Search Results for

    Show / Hide Table of Contents

    Class SvgSymbol

    An element used to group SVG shapes.

    Inheritance
    Object
    SvgElement
    SvgVisualElement
    SvgSymbol
    SvgSymbol
    Implements
    ISvgTransformable
    ICloneable
    ISvgNode
    ISvgStylable
    ISvgBoundable
    ISvgClipable
    Inherited Members
    SvgVisualElement.Clip
    SvgVisualElement.ClipPath
    SvgVisualElement.ClipRule
    SvgVisualElement.Filter
    SvgVisualElement.RequiresSmoothRendering
    SvgVisualElement.ISvgBoundable.Location
    SvgVisualElement.ISvgBoundable.Size
    SvgVisualElement.RenderFillAndStroke(ISvgRenderer)
    SvgVisualElement.RenderFill(ISvgRenderer)
    SvgVisualElement.RenderStroke(ISvgRenderer)
    SvgVisualElement.SetClip(ISvgRenderer)
    SvgVisualElement.ResetClip(ISvgRenderer)
    SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer)
    SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer)
    SvgVisualElement.Visible
    SvgVisualElement.Displayable
    SvgVisualElement.EnableBackground
    SvgElement.AddStyle(String, String, Int32)
    SvgElement.FlushStyles(Boolean)
    SvgElement.ContainsAttribute(String)
    SvgElement.TryGetAttribute(String, String)
    SvgElement.HttpClient
    SvgElement.Namespaces
    SvgElement.ElementNamespace
    SvgElement.ElementName
    SvgElement.Color
    SvgElement.Content
    SvgElement.Events
    SvgElement.Load
    SvgElement.Children
    SvgElement.Nodes
    SvgElement.Descendants()
    SvgElement.HasChildren()
    SvgElement.Parent
    SvgElement.Parents
    SvgElement.ParentsAndSelf
    SvgElement.OwnerDocument
    SvgElement.Attributes
    SvgElement.Writing
    SvgElement.GetAttribute<TAttributeType>(String, Boolean, TAttributeType)
    SvgElement.CustomAttributes
    SvgElement.Transforms
    SvgElement.ID
    SvgElement.SpaceHandling
    SvgElement.SetAndForceUniqueID(String, Boolean, Action<SvgElement, String, String>)
    SvgElement.AddElement(SvgElement, Int32)
    SvgElement.ChildAdded
    SvgElement.RemoveElement(SvgElement)
    SvgElement.InitialiseFromXML(XmlReader, SvgDocument)
    SvgElement.ShouldWriteElement()
    SvgElement.WriteStartElement(XmlWriter)
    SvgElement.WriteEndElement(XmlWriter)
    SvgElement.WriteAttributes(XmlWriter)
    SvgElement.AutoPublishEvents
    SvgElement.Write(XmlWriter)
    SvgElement.WriteChildren(XmlWriter)
    SvgElement.Clone()
    SvgElement.ISvgNode.DeepCopy()
    SvgElement.DeepCopy<T>()
    SvgElement.AttributeChanged
    SvgElement.OnAttributeChanged(AttributeEventArgs)
    SvgElement.ContentChanged
    SvgElement.OnContentChanged(ContentEventArgs)
    SvgElement.RegisterEvents(ISvgEventCaller)
    SvgElement.UnregisterEvents(ISvgEventCaller)
    SvgElement.Click
    SvgElement.MouseDown
    SvgElement.MouseUp
    SvgElement.MouseMove
    SvgElement.MouseScroll
    SvgElement.MouseOver
    SvgElement.MouseOut
    SvgElement.CreateMouseEventAction(Action<Object, MouseArg>)
    SvgElement.RaiseMouseClick(Object, MouseArg)
    SvgElement.RaiseMouseDown(Object, MouseArg)
    SvgElement.RaiseMouseUp(Object, MouseArg)
    SvgElement.RaiseMouseMove(Object, MouseArg)
    SvgElement.RaiseMouseOver(Object, MouseArg)
    SvgElement.RaiseMouseOut(Object, MouseArg)
    SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String)
    SvgElement.RaiseMouseScroll(Object, MouseScrollArg)
    SvgElement.PopTransforms(ISvgRenderer)
    SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer)
    SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer)
    SvgElement.TransformedBounds(RectangleF)
    SvgElement.RenderElement(ISvgRenderer)
    SvgElement.RenderChildren(ISvgRenderer)
    SvgElement.AddPaths(SvgElement, GraphicsPath)
    SvgElement.GetPaths(SvgElement, ISvgRenderer)
    SvgElement.IsPathDirty
    SvgElement.InvalidateChildPaths()
    SvgElement.FixOpacityValue(Single)
    SvgElement.Fill
    SvgElement.Stroke
    SvgElement.FillRule
    SvgElement.FillOpacity
    SvgElement.StrokeWidth
    SvgElement.StrokeLineCap
    SvgElement.StrokeLineJoin
    SvgElement.StrokeMiterLimit
    SvgElement.StrokeDashArray
    SvgElement.StrokeDashOffset
    SvgElement.StrokeOpacity
    SvgElement.Opacity
    SvgElement.ShapeRendering
    SvgElement.ColorInterpolation
    SvgElement.ColorInterpolationFilters
    SvgElement.Visibility
    SvgElement.Display
    SvgElement.TextAnchor
    SvgElement.BaselineShift
    SvgElement.FontFamily
    SvgElement.FontSize
    SvgElement.FontStyle
    SvgElement.FontVariant
    SvgElement.TextDecoration
    SvgElement.FontWeight
    SvgElement.FontStretch
    SvgElement.TextTransformation
    SvgElement.Font
    SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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 Source

    AspectRatio

    Gets or sets the aspect of the viewport.

    Declaration
    public SvgAspectRatio AspectRatio { get; set; }
    Property Value
    Type Description
    SvgAspectRatio
    | Improve this Doc View Source

    Bounds

    Gets the bounds of the element.

    Declaration
    public override RectangleF Bounds { get; }
    Property Value
    Type Description
    RectangleF

    The bounds.

    Overrides
    SvgVisualElement.Bounds
    | Improve this Doc View Source

    Renderable

    Declaration
    protected override bool Renderable { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    SvgVisualElement.Renderable
    | Improve this Doc View Source

    ViewBox

    Gets or sets the viewport of the element.

    Declaration
    public SvgViewBox ViewBox { get; set; }
    Property Value
    Type Description
    SvgViewBox

    Methods

    | Improve this Doc View Source

    DeepCopy()

    Declaration
    public override SvgElement DeepCopy()
    Returns
    Type Description
    SvgElement
    Overrides
    SvgElement.DeepCopy()
    | Improve this Doc View Source

    Path(ISvgRenderer)

    Gets the for this element.

    Declaration
    public override GraphicsPath Path(ISvgRenderer renderer)
    Parameters
    Type Name Description
    ISvgRenderer renderer
    Returns
    Type Description
    GraphicsPath
    Overrides
    SvgVisualElement.Path(ISvgRenderer)
    | Improve this Doc View Source

    PushTransforms(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
    SvgElement.PushTransforms(ISvgRenderer)
    | Improve this Doc View Source

    Render(ISvgRenderer)

    Declaration
    protected override void Render(ISvgRenderer renderer)
    Parameters
    Type Name Description
    ISvgRenderer renderer
    Overrides
    SvgVisualElement.Render(ISvgRenderer)

    Implements

    ISvgTransformable
    System.ICloneable
    ISvgNode
    ISvgStylable
    ISvgBoundable
    ISvgClipable

    Extension Methods

    SvgExtentions.GetXML(SvgElement)
    SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String)
    SvgExtentions.ApplyRecursive(SvgElement, Action<SvgElement>)
    SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action<SvgElement>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX