次の方法で共有


UIKeyboard.BoundsFromNotification(NSNotification) メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 2, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreGraphics.CGRect BoundsFromNotification (Foundation.NSNotification n);
static member BoundsFromNotification : Foundation.NSNotification -> CoreGraphics.CGRect

パラメーター

n
NSNotification

通知とそのペイロード。

戻り値

属性

注釈

代わりに、 UIKeyboard.Notifications 厳密に型指定されたメソッドを使用します。

適用対象