Udostępnij przez


ImageSource.Implicit Operator

Definicja

Przeciążenia

Implicit(String to ImageSource)

Umożliwia niejawne rzutowanie z ciągu reprezentującego bezwzględny identyfikator URI.

Implicit(Uri to ImageSource)

Umożliwia niejawne rzutowanie z System.Uri obiektów utworzonych za pomocą bezwzględnego identyfikatora URI.

Implicit(String to ImageSource)

Umożliwia niejawne rzutowanie z ciągu reprezentującego bezwzględny identyfikator URI.

public static implicit operator Xamarin.Forms.ImageSource(string source);
static member op_Implicit : string -> Xamarin.Forms.ImageSource

Parametry

source
System.String

Ciąg reprezentujący lokalizację obrazu.

Zwraca

Dotyczy

Implicit(Uri to ImageSource)

Umożliwia niejawne rzutowanie z System.Uri obiektów utworzonych za pomocą bezwzględnego identyfikatora URI.

public static implicit operator Xamarin.Forms.ImageSource(Uri uri);
static member op_Implicit : Uri -> Xamarin.Forms.ImageSource

Parametry

uri
System.Uri

Bezwzględny identyfikator URI określający lokalizację obrazu.

Zwraca

Dotyczy