ImageSource.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(String to ImageSource) |
Allows implicit casting from a string that represents an absolute URI. |
Implicit(Uri to ImageSource) |
Allows implicit casting from System.Uri objects that were created with an absolute URI. |
Implicit(String to ImageSource)
Allows implicit casting from a string that represents an absolute URI.
public static implicit operator Xamarin.Forms.ImageSource (string source);
static member op_Implicit : string -> Xamarin.Forms.ImageSource
Parameters
- source
- System.String
A string that represents an image location.
Returns
Applies to
Implicit(Uri to ImageSource)
Allows implicit casting from System.Uri objects that were created with an absolute URI.
public static implicit operator Xamarin.Forms.ImageSource (Uri uri);
static member op_Implicit : Uri -> Xamarin.Forms.ImageSource
Parameters
- uri
- System.Uri
A absolute URI that specifies an image location.