Size.Explicit(Size to Point) Operator

Definition

Returns a new Point based on a Size.

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

Parameters

size
Size

The Size to be converted to a Point.

Returns

A Point whose X and Y are equal to size's Width and Height, respectively.

Applies to