Share via


PdfPage.SelectLine(CGPoint) Method

Definition

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

[Foundation.Export("selectionForLineAtPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PdfKit.PdfSelection? SelectLine(CoreGraphics.CGPoint point);
[<Foundation.Export("selectionForLineAtPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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