共用方式為


CGRect.FromLTRB(nfloat, nfloat, nfloat, nfloat) 方法

定義

使用指定的邊緣位置來建立 CGRect 結構。

public static CoreGraphics.CGRect FromLTRB (nfloat left, nfloat top, nfloat right, nfloat bottom);
static member FromLTRB : nfloat * nfloat * nfloat * nfloat -> CoreGraphics.CGRect

參數

left
nfloat

這個 CGRect 結構左上角的 X 座標。

top
nfloat

這個 CGRect 結構左上角的 Y 座標。

right
nfloat

這個 CGRect 結構右下角的 X 座標。

bottom
nfloat

這個 CGRect 結構右下角的 Y 座標。

傳回

這個方法建立的新 CGRect

備註

這個方法會 CGRect 建立具有指定左上角和右下角的 。

適用於