UITextView.UpdateFloatingCursor(CGPoint) Method

Definition

Moves the floating curor to the specified point.

[Foundation.Export("updateFloatingCursorAtPoint:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateFloatingCursor (CoreGraphics.CGPoint point);
abstract member UpdateFloatingCursor : CoreGraphics.CGPoint -> unit
override this.UpdateFloatingCursor : CoreGraphics.CGPoint -> unit

Parameters

point
CGPoint
Attributes

Applies to