CGRect.FromLTRB(nfloat, nfloat, nfloat, nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a CGRect structure with the specified edge locations.
public static CoreGraphics.CGRect FromLTRB (nfloat left, nfloat top, nfloat right, nfloat bottom);
static member FromLTRB : nfloat * nfloat * nfloat * nfloat -> CoreGraphics.CGRect
Parameters
Returns
The new CGRect that this method creates.
Remarks
This method creates a CGRect with the specified upper-left and lower-right corners.