UIKeyboard.CenterEndFromNotification(NSNotification) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated: helper method to extract the center end from a notification.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 2, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreGraphics.CGPoint CenterEndFromNotification (Foundation.NSNotification n);
static member CenterEndFromNotification : Foundation.NSNotification -> CoreGraphics.CGPoint
Parameters
notification and its payload.
Returns
- Attributes
Remarks
Use the UIKeyboard.Notifications strongly typed methods instead.