Search Results for

    Show / Hide Table of Contents

    Class ImageFetcher

    Inheritance
    object
    ImageFetcher
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Styles
    Assembly: Mapsui.dll
    Syntax
    public static class ImageFetcher

    Fields

    | Edit this page View Source

    Base64ContentScheme

    Declaration
    public const string Base64ContentScheme = "base64-content"
    Field Value
    Type Description
    string
    | Edit this page View Source

    EmbeddedScheme

    Declaration
    public const string EmbeddedScheme = "embedded"
    Field Value
    Type Description
    string
    | Edit this page View Source

    FileScheme

    Declaration
    public const string FileScheme = "file"
    Field Value
    Type Description
    string
    | Edit this page View Source

    HttpScheme

    Declaration
    public const string HttpScheme = "http"
    Field Value
    Type Description
    string
    | Edit this page View Source

    HttpsScheme

    Declaration
    public const string HttpsScheme = "https"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SvgContentScheme

    Declaration
    public const string SvgContentScheme = "svg-content"
    Field Value
    Type Description
    string

    Methods

    | Edit this page View Source

    FetchBytesFromImageSourceAsync(string)

    Declaration
    public static Task<byte[]> FetchBytesFromImageSourceAsync(string imageSource)
    Parameters
    Type Name Description
    string imageSource
    Returns
    Type Description
    Task<byte[]>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX