IUITextInput.GetFrameForDictationResultPlaceholder(NSObject) 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.
[Foundation.Export("frameForDictationResultPlaceholder:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetFrameForDictationResultPlaceholder(Foundation.NSObject placeholder);
[<Foundation.Export("frameForDictationResultPlaceholder:")>]
[<Foundation.OptionalMember>]
[<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
- Attributes