Share via


UITextLoupeSession.MoveToPoint(CGPoint, CGRect, Boolean) Method

Definition

[Foundation.Export("moveToPoint:withCaretRect:trackingCaret:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveToPoint(CoreGraphics.CGPoint point, CoreGraphics.CGRect caretRect, bool tracksCaret);
[<Foundation.Export("moveToPoint:withCaretRect:trackingCaret:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveToPoint : CoreGraphics.CGPoint * CoreGraphics.CGRect * bool -> unit
override this.MoveToPoint : CoreGraphics.CGPoint * CoreGraphics.CGRect * bool -> unit

Parameters

point
CGPoint
caretRect
CGRect
tracksCaret
Boolean
Attributes

Applies to