Share via


NSTextView.CharacterIndex(CGPoint) Method

Definition

[Foundation.Export("characterIndexForInsertionAtPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr CharacterIndex(CoreGraphics.CGPoint point);
[<Foundation.Export("characterIndexForInsertionAtPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CharacterIndex : CoreGraphics.CGPoint -> unativeint
override this.CharacterIndex : CoreGraphics.CGPoint -> unativeint

Parameters

point
CGPoint

Returns

UIntPtr

unativeint

Attributes

Applies to