Search Results for

    Show / Hide Table of Contents

    Class SvgHelper

    Inheritance
    object
    SvgHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Utilities
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public static class SvgHelper

    Methods

    | Edit this page View Source

    LoadSvg(Stream?)

    Load Svg from String

    Declaration
    public static SKSvg? LoadSvg(this Stream? str)
    Parameters
    Type Name Description
    Stream str

    string

    Returns
    Type Description
    SKSvg

    loaded svg image

    | Edit this page View Source

    LoadSvg(string?)

    Load Svg from String

    Declaration
    public static SKSvg? LoadSvg(this string? str)
    Parameters
    Type Name Description
    string str

    string

    Returns
    Type Description
    SKSvg

    loaded svg image

    | Edit this page View Source

    LoadSvgId(Type, string)

    Declaration
    public static int LoadSvgId(this Type typeInAssemblyOfEmbeddedResource, string relativePathToEmbeddedResource)
    Parameters
    Type Name Description
    Type typeInAssemblyOfEmbeddedResource
    string relativePathToEmbeddedResource
    Returns
    Type Description
    int
    | Edit this page View Source

    LoadSvgPicture(Stream?)

    Load Svg Picture from String

    Declaration
    public static SKPicture? LoadSvgPicture(this Stream? str)
    Parameters
    Type Name Description
    Stream str

    string

    Returns
    Type Description
    SKPicture

    loaded svg image

    | Edit this page View Source

    LoadSvgPicture(string?)

    Load Svg Picture from String

    Declaration
    public static SKPicture? LoadSvgPicture(this string? str)
    Parameters
    Type Name Description
    string str

    string

    Returns
    Type Description
    SKPicture

    loaded svg image

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX