MonobjcMonobjc Documented Class Library
SelectionFromPageAtPointToPageAtPoint Method (startPage, startPt, endPage, endPt)
NamespacesMonobjc.QuartzPDFDocumentSelectionFromPageAtPointToPageAtPoint(PDFPage, NSPoint, PDFPage, NSPoint)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
startPage (PDFPage)
MISSING
startPt (NSPoint)
MISSING
endPage (PDFPage)
MISSING
endPt (NSPoint)
MISSING
Return Value

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

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

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)