UIKeyboard.FrameBeginFromNotification(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 keyboard's starting frame from a notification
public static CoreGraphics.CGRect FrameBeginFromNotification (Foundation.NSNotification n);
static member FrameBeginFromNotification : Foundation.NSNotification -> CoreGraphics.CGRect
Parameters
notification and its payload.
Returns
Remarks
Use the UIKeyboard.Notifications strongly typed methods instead.