Share via


CGRect.FromLTRB(NFloat, NFloat, NFloat, NFloat) Method

Definition

public static CoreGraphics.CGRect FromLTRB(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat top, System.Runtime.InteropServices.NFloat right, System.Runtime.InteropServices.NFloat bottom);
static member FromLTRB : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> CoreGraphics.CGRect

Parameters

left
NFloat
top
NFloat
right
NFloat
bottom
NFloat

Returns

Applies to