다음을 통해 공유


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

설명

음수 값은 축소되며 양수 값은 확장합니다.

적용 대상