Xamarin.Forms.Rectangle.FromLTRB Method
Factory method to create a Xamarin.Forms.Rectangle from left, top, right, and bottom.

Syntax

public static Rectangle FromLTRB (double left, double top, double right, double bottom)

Parameters

left
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.

Returns

A new Xamarin.Forms.Rectangle whose values are equal to the arguments.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0