Returns the specified selection based on starting and ending points.
Original signature is '- (PDFSelection *)selectionFromPage:(PDFPage *)startPage atPoint:(NSPoint)startPt toPage:(PDFPage *)endPage atPoint:(NSPoint)endPt'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual PDFSelection SelectionFromPageAtPointToPageAtPoint( PDFPage startPage, NSPoint startPt, PDFPage endPage, NSPoint endPt )
Public Overridable Function SelectionFromPageAtPointToPageAtPoint ( _ startPage As PDFPage, _ startPt As NSPoint, _ endPage As PDFPage, _ endPt As NSPoint _ ) As PDFSelection
public: virtual PDFSelection^ SelectionFromPageAtPointToPageAtPoint( PDFPage^ startPage, NSPoint startPt, PDFPage^ endPage, NSPoint endPt )

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFDocument.SelectionFromPageAtPointToPageAtPoint(Monobjc.Quartz.PDFPage,Monobjc.Foundation.NSPoint,Monobjc.Quartz.PDFPage,Monobjc.Foundation.NSPoint)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)