The methods of Xamarin.Forms.ImageSource are listed below. For a list of all members, see the ImageSource Members list.
See Also: Inherited members from Xamarin.Forms.Element
Cancel()Request a cancel of the ImageSource loading. | ||
static | FromFile(string)Returns a new Xamarin.Forms.FileImageSource that reads from file. | |
static | FromResource(string)Creates an ImageSource for an EmbeddedResource included in the Assembly from which the call to FromResource is made. | |
static | FromStream(Func<System.IO.Stream>)Returns a new Xamarin.Forms.StreamImageSource that reads from stream. | |
static | FromUri(Uri)Returns a new Xamarin.Forms.UrimageSource that reads from uri. | |
OnLoadingCompleted(bool)Called by inheritors to indicate the end of the loading of the source. | ||
OnLoadingStarted()Called by inheritors to indicate the beginning of a loading operation. | ||
OnSourceChanged()Called by inheritors to indicate that the source changed.. | ||