Share via


NSTextInputClient.GetFirstRect(NSRange, NSRange) Method

Definition

[Foundation.Export("firstRectForCharacterRange:actualRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetFirstRect(Foundation.NSRange characterRange, out Foundation.NSRange actualRange);
[<Foundation.Export("firstRectForCharacterRange:actualRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFirstRect : Foundation.NSRange * NSRange -> CoreGraphics.CGRect
override this.GetFirstRect : Foundation.NSRange * NSRange -> CoreGraphics.CGRect

Parameters

characterRange
NSRange
actualRange
NSRange

Returns

Implements

Attributes

Applies to