Share via


UITextView.DrawTextHighlightBackground(NSTextRange, CGPoint) Method

Definition

[Foundation.Export("drawTextHighlightBackgroundForTextRange:origin:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawTextHighlightBackground(UIKit.NSTextRange textRange, CoreGraphics.CGPoint origin);
[<Foundation.Export("drawTextHighlightBackgroundForTextRange:origin:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawTextHighlightBackground : UIKit.NSTextRange * CoreGraphics.CGPoint -> unit
override this.DrawTextHighlightBackground : UIKit.NSTextRange * CoreGraphics.CGPoint -> unit

Parameters

textRange
NSTextRange
origin
CGPoint
Attributes

Applies to