次の方法で共有


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 します。

適用対象