Method Parse
Parse(string)
Parses a DZC XML string.
public static SKImagePyramidDziCollectionSource Parse(string xml)
Parameters
xmlstring
Returns
Parse(Stream)
Parses a DZC XML from a stream.
public static SKImagePyramidDziCollectionSource Parse(Stream stream)
Parameters
streamStream
Returns
Parse(Stream, string?)
Parses a DZC XML from a stream with a base URI.
public static SKImagePyramidDziCollectionSource Parse(Stream stream, string? baseUri)