Share via


BETextDocumentContext.AddTextRect(CGRect, NSRange) Method

Definition

[Foundation.Export("addTextRect:forCharacterRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddTextRect(CoreGraphics.CGRect rect, Foundation.NSRange range);
[<Foundation.Export("addTextRect:forCharacterRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddTextRect : CoreGraphics.CGRect * Foundation.NSRange -> unit
override this.AddTextRect : CoreGraphics.CGRect * Foundation.NSRange -> unit

Parameters

rect
CGRect
range
NSRange
Attributes

Applies to