共用方式為


UIEdgeInsets(nfloat, nfloat, nfloat, nfloat) 建構函式

定義

公用建構函式。

public UIEdgeInsets (nfloat top, nfloat left, nfloat bottom, nfloat right);
new UIKit.UIEdgeInsets : nfloat * nfloat * nfloat * nfloat -> UIKit.UIEdgeInsets

參數

top
nfloat
left
nfloat
bottom
nfloat
right
nfloat

備註

負值壓縮,正值展開。

適用於