MonobjcMonobjc Documented Class Library
BoundsForPage Method (page)
NamespacesMonobjc.QuartzPDFSelectionBoundsForPage(PDFPage)

Returns the bounds of the selection on the specified page.

Original signature is '- (NSRect)boundsForPage:(PDFPage *)page'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect BoundsForPage(
	PDFPage page
)
Public Overridable Function BoundsForPage ( _
	page As PDFPage _
) As NSRect
public:
virtual NSRect BoundsForPage(
	PDFPage^ page
)
Parameters
page (PDFPage)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFSelection.BoundsForPage(Monobjc.Quartz.PDFPage)"]

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)