MonobjcMonobjc Documented Class Library
BoundsForBox Method (box)
NamespacesMonobjc.QuartzPDFPageBoundsForBox(PDFDisplayBox)

Returns the bounds for the specified PDF display box.

Original signature is '- (NSRect)boundsForBox:(PDFDisplayBox)box'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect BoundsForBox(
	PDFDisplayBox box
)
Public Overridable Function BoundsForBox ( _
	box As PDFDisplayBox _
) As NSRect
public:
virtual NSRect BoundsForBox(
	PDFDisplayBox box
)
Parameters
box (PDFDisplayBox)
MISSING
Return Value

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

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)