Share via


INSTextCheckingClient.GetView(NSRange, CGRect, NSRange) Method

Definition

[Foundation.Export("viewForRange:firstRect:actualRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSView? GetView(Foundation.NSRange range, ref CoreGraphics.CGRect firstRect, ref Foundation.NSRange actualRange);
[<Foundation.Export("viewForRange:firstRect:actualRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetView : Foundation.NSRange * CGRect * NSRange -> AppKit.NSView
override this.GetView : Foundation.NSRange * CGRect * NSRange -> AppKit.NSView

Parameters

range
NSRange
firstRect
CGRect
actualRange
NSRange

Returns

Attributes

Applies to