UIKeyboard.CenterBeginFromNotification(NSNotification) Method

Definition

Deprecated: helper method to extract the center start from a notification

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

Parameters

n
NSNotification

notification and its payload.

Returns

Attributes

Remarks

Use the UIKeyboard.Notifications strongly typed methods instead.

Applies to