Partager via


Size.Explicit(Size to Point) Opérateur

Définition

Retourne un nouveau Point basé sur un Size.

public static explicit operator Xamarin.Forms.Point (Xamarin.Forms.Size size);
static member op_Explicit : Xamarin.Forms.Size -> Xamarin.Forms.Point

Paramètres

size
Size

Size à convertir en Point.

Retours

Point dont X et Y sont égaux à Width et Height de size, respectivement.

S’applique à