ImageSource
Abstract class whose implementors load images from files or the Web.
Gets the CancellationTokenSource.
Returns a new FileImageSource that reads from file.
Returns a new StreamImageSource that reads from stream.
Returns a new UrimageSource that reads from uri.
Allows implicit casting from a string that represents an absolute URI.
Allows implicit casting from Uri objects that were created with an absolute URI.
Request a cancel of the ImageSource loading.
Called by inheritors to indicate the end of the loading of the source.
Called by inheritors to indicate the beginning of a loading operation.
Called by inheritors to indicate that the source changed..