MonobjcMonobjc Documented Class Library
PageForPointNearest Method (point, nearest)
NamespacesMonobjc.QuartzPDFViewPageForPointNearest(NSPoint, Boolean)

Returns the page containing a point specified in view coordinates.

Original signature is '- (PDFPage *)pageForPoint:(NSPoint)point nearest:(BOOL)nearest'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual PDFPage PageForPointNearest(
	NSPoint point,
	bool nearest
)
Public Overridable Function PageForPointNearest ( _
	point As NSPoint, _
	nearest As Boolean _
) As PDFPage
public:
virtual PDFPage^ PageForPointNearest(
	NSPoint point, 
	bool nearest
)
Parameters
point (NSPoint)
MISSING
nearest (Boolean)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFView.PageForPointNearest(Monobjc.Foundation.NSPoint,System.Boolean)"]

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)