VectSharp
2.2.1
A light library for C# vector graphics
|
Contains utilities to resolve absolute and relative URIs. More...
Static Public Attributes | |
static string | path |
Resolves an image Uri, by downloading the image file if necessary. It also takes care of ensuring that the file extension matches the format of the file. More... | |
Properties | |
static bool | LogDownloads = true [get, set] |
Determines whether every file that is downloaded should be logged to the standard error stream. More... | |
Contains utilities to resolve absolute and relative URIs.
Definition at line 244 of file HtmlTag.cs.
|
static |
Resolves an image Uri, by downloading the image file if necessary. It also takes care of ensuring that the file extension matches the format of the file.
uri | The address of the image. |
baseUriString | The base uri to use for relative uris. |
Definition at line 257 of file HtmlTag.cs.
|
staticgetset |
Determines whether every file that is downloaded should be logged to the standard error stream.
Definition at line 249 of file HtmlTag.cs.