UITextInput_Extensions.GetFrameForDictationResultPlaceholder 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.
Returns the rectangle in which to display the animated dictation result placeholder.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGRect GetFrameForDictationResultPlaceholder (this UIKit.IUITextInput This, Foundation.NSObject placeholder);
static member GetFrameForDictationResultPlaceholder : UIKit.IUITextInput * Foundation.NSObject -> CoreGraphics.CGRect
Parameters
- This
- IUITextInput
The instance on which this method operates.
- placeholder
- NSObject
Returns
- Attributes