Share via


IUITextInput.BeginFloatingCursor(CGPoint) Method

Definition

Begins displaying the floating cursor at the specified point.

[Foundation.Export("beginFloatingCursorAtPoint:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void BeginFloatingCursor(CoreGraphics.CGPoint point);
[<Foundation.Export("beginFloatingCursorAtPoint:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginFloatingCursor : CoreGraphics.CGPoint -> unit
override this.BeginFloatingCursor : CoreGraphics.CGPoint -> unit

Parameters

point
CGPoint
Attributes

Applies to