PdfPage.GetCharacterIndex(CGPoint) Method

Definition

Returns the index of the character at the specified point.

[Foundation.Export("characterIndexAtPoint:")]
public virtual nint GetCharacterIndex (CoreGraphics.CGPoint point);
abstract member GetCharacterIndex : CoreGraphics.CGPoint -> nint
override this.GetCharacterIndex : CoreGraphics.CGPoint -> nint

Parameters

point
CGPoint

The point over a character for which to get its bounding box.

Returns

System.System.IntPtr System.nativeint
Attributes

Applies to