PdfPage.SelectLine(CGPoint) Method

Definition

Returns the line of text that is under the specified point.

[Foundation.Export("selectionForLineAtPoint:")]
public virtual PdfKit.PdfSelection SelectLine (CoreGraphics.CGPoint point);
abstract member SelectLine : CoreGraphics.CGPoint -> PdfKit.PdfSelection
override this.SelectLine : CoreGraphics.CGPoint -> PdfKit.PdfSelection

Parameters

point
CGPoint

A point on the line to select.

Returns

Attributes

Applies to