UITextLoupeSession.MoveToPoint(CGPoint, CGRect, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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