已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的邊緣位置來建立 CGRect 結構。
public static CoreGraphics.CGRect FromLTRB (nfloat left, nfloat top, nfloat right, nfloat bottom);
static member FromLTRB : nfloat * nfloat * nfloat * nfloat -> CoreGraphics.CGRect
這個 CGRect 結構左上角的 X 座標。
這個 CGRect 結構左上角的 Y 座標。
這個 CGRect 結構右下角的 X 座標。
這個 CGRect 結構右下角的 Y 座標。
這個方法建立的新 CGRect。
這個方法會 CGRect 建立具有指定左上角和右下角的 。