NSValue.FromUIEdgeInsets(UIEdgeInsets) 方法

定义

创建包装 UIEdgeInsets 对象的 NSValue。

[Foundation.Export("valueWithUIEdgeInsets:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSValue FromUIEdgeInsets (UIKit.UIEdgeInsets insets);
static member FromUIEdgeInsets : UIKit.UIEdgeInsets -> Foundation.NSValue

参数

insets
UIEdgeInsets

返回

属性

适用于