Sdílet prostřednictvím


UITextView.UpdateFloatingCursor(CGPoint) Method

Definition

Moves the floating curor to the specified point.

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

Parameters

point
CGPoint

Implements

Attributes

Applies to