Search Results for

    Show / Hide Table of Contents

    Class ByteExtensions

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

    Methods

    | Edit this page View Source

    LoadSvg(byte[])

    Load Svg from byte array

    Declaration
    public static SKSvg LoadSvg(this byte[] bytes)
    Parameters
    Type Name Description
    byte[] bytes

    svg data

    Returns
    Type Description
    SKSvg

    loaded svg image

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