UITextField.GetFrameForDictationResultPlaceholder(NSObject) Method

Definition

The frame in which the dictation results should be displayed.

[Foundation.Export("frameForDictationResultPlaceholder:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect GetFrameForDictationResultPlaceholder (Foundation.NSObject placeholder);
abstract member GetFrameForDictationResultPlaceholder : Foundation.NSObject -> CoreGraphics.CGRect
override this.GetFrameForDictationResultPlaceholder : Foundation.NSObject -> CoreGraphics.CGRect

Parameters

placeholder
NSObject

The value returned from InsertDictationResultPlaceholder().

Returns

The rectangle in which the dictation placeholder animation will display.

Attributes

Applies to