Share via


UITextView.GetFrameForDictationResultPlaceholder(NSObject) Method

Definition

Returns the rectangle in which to display the animated dictation result placeholder.

[Foundation.Export("frameForDictationResultPlaceholder:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetFrameForDictationResultPlaceholder(Foundation.NSObject placeholder);
[<Foundation.Export("frameForDictationResultPlaceholder:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFrameForDictationResultPlaceholder : Foundation.NSObject -> CoreGraphics.CGRect
override this.GetFrameForDictationResultPlaceholder : Foundation.NSObject -> CoreGraphics.CGRect

Parameters

placeholder
NSObject

Returns

Implements

Attributes

Applies to