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

戻り値

属性

適用対象