Class ImageFetcher
Assembly: Mapsui.dll
Syntax
public static class ImageFetcher
Fields
|
Edit this page
View Source
Base64ContentScheme
Declaration
public const string Base64ContentScheme = "base64-content"
Field Value
|
Edit this page
View Source
EmbeddedScheme
Declaration
public const string EmbeddedScheme = "embedded"
Field Value
|
Edit this page
View Source
FileScheme
Declaration
public const string FileScheme = "file"
Field Value
|
Edit this page
View Source
HttpScheme
Declaration
public const string HttpScheme = "http"
Field Value
|
Edit this page
View Source
HttpsScheme
Declaration
public const string HttpsScheme = "https"
Field Value
|
Edit this page
View Source
SvgContentScheme
Declaration
public const string SvgContentScheme = "svg-content"
Field Value
Methods
|
Edit this page
View Source
FetchBytesFromImageSourceAsync(string)
Declaration
public static Task<byte[]> FetchBytesFromImageSourceAsync(string imageSource)
Parameters
| Type |
Name |
Description |
| string |
imageSource |
|
Returns