IBETextInput.AdjustSelectionBoundary 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("adjustSelectionBoundaryToPoint:touchPhase:baseIsStart:flags:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AdjustSelectionBoundary(CoreGraphics.CGPoint point, BrowserEngineKit.BESelectionTouchPhase touch, bool boundaryIsStart, BrowserEngineKit.BESelectionFlags flags);
[<Foundation.Export("adjustSelectionBoundaryToPoint:touchPhase:baseIsStart:flags:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AdjustSelectionBoundary : CoreGraphics.CGPoint * BrowserEngineKit.BESelectionTouchPhase * bool * BrowserEngineKit.BESelectionFlags -> unit
override this.AdjustSelectionBoundary : CoreGraphics.CGPoint * BrowserEngineKit.BESelectionTouchPhase * bool * BrowserEngineKit.BESelectionFlags -> unit
Parameters
- point
- CGPoint
- touch
- BESelectionTouchPhase
- boundaryIsStart
- Boolean
- flags
- BESelectionFlags
- Attributes