NSValue.FromUIOffset(UIOffset) 方法

定义

创建包装 UIOffset 结构的 NSValue。

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

参数

insets
UIOffset

UIOffset 实例

返回

属性

适用于