UITextInput_Extensions.GetFrameForDictationResultPlaceholder Method

Definition

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

Applies to