次の方法で共有


Rectangle.Implicit Operator

定義

オーバーロード

Implicit(Rect to Rectangle)

public static implicit operator Xamarin.Forms.Rectangle(Xamarin.Forms.Rect rect);
static member op_Implicit : Xamarin.Forms.Rect -> Xamarin.Forms.Rectangle

パラメーター

rect
Rect

戻り値

適用対象

Implicit(Rectangle to Rect)

public static implicit operator Xamarin.Forms.Rect(Xamarin.Forms.Rectangle rectangle);
static member op_Implicit : Xamarin.Forms.Rectangle -> Xamarin.Forms.Rect

パラメーター

rectangle
Rectangle

戻り値

適用対象