PdfPage.GetCharacterIndex(CGPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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