UIKeyboard.BoundsFromNotification(NSNotification) Método

Definición

Los desarrolladores no deben usar este método en desuso.

[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

Parámetros

n
NSNotification

notificación y su carga.

Devoluciones

Atributos

Comentarios

En su lugar, use los UIKeyboard.Notifications métodos fuertemente tipados.

Se aplica a