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

注解

负值收缩,正值展开。

适用于