Share via


UITextView.BeginFloatingCursor(CGPoint) Method

Definition

Begins displaying the floating cursor at the specified point.

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

Parameters

point
CGPoint

Implements

Attributes

Applies to