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 强类型方法。

适用于