Search Results for

    Show / Hide Table of Contents

    Class SvgExtentions

    Svg helpers

    Inheritance
    Object
    SvgExtentions
    Inherited Members
    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
    public static class SvgExtentions

    Methods

    | Improve this Doc View Source

    ApplyRecursive(SvgElement, Action<SvgElement>)

    Declaration
    public static void ApplyRecursive(this SvgElement elem, Action<SvgElement> action)
    Parameters
    Type Name Description
    SvgElement elem
    Action<SvgElement> action
    | Improve this Doc View Source

    ApplyRecursiveDepthFirst(SvgElement, Action<SvgElement>)

    Declaration
    public static void ApplyRecursiveDepthFirst(this SvgElement elem, Action<SvgElement> action)
    Parameters
    Type Name Description
    SvgElement elem
    Action<SvgElement> action
    | Improve this Doc View Source

    GetRectangle(SvgRectangle)

    Declaration
    public static RectangleF GetRectangle(this SvgRectangle r)
    Parameters
    Type Name Description
    SvgRectangle r
    Returns
    Type Description
    RectangleF
    | Improve this Doc View Source

    GetXML(SvgDocument)

    Declaration
    public static string GetXML(this SvgDocument doc)
    Parameters
    Type Name Description
    SvgDocument doc
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetXML(SvgElement)

    Declaration
    public static string GetXML(this SvgElement elem)
    Parameters
    Type Name Description
    SvgElement elem
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    HasNonEmptyCustomAttribute(SvgElement, String)

    Declaration
    public static bool HasNonEmptyCustomAttribute(this SvgElement element, string name)
    Parameters
    Type Name Description
    SvgElement element
    System.String name
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    SetRectangle(SvgRectangle, RectangleF)

    Declaration
    public static void SetRectangle(this SvgRectangle r, RectangleF bounds)
    Parameters
    Type Name Description
    SvgRectangle r
    RectangleF bounds
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX