MonobjcMonobjc Documented Class Library
SetBoundsForBox Method (bounds, box)
NamespacesMonobjc.QuartzPDFPageSetBoundsForBox(NSRect, PDFDisplayBox)

Sets the bounds for the specified box.

Original signature is '- (void)setBounds:(NSRect)bounds forBox:(PDFDisplayBox)box'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetBoundsForBox(
	NSRect bounds,
	PDFDisplayBox box
)
Public Overridable Sub SetBoundsForBox ( _
	bounds As NSRect, _
	box As PDFDisplayBox _
)
public:
virtual void SetBoundsForBox(
	NSRect bounds, 
	PDFDisplayBox box
)
Parameters
bounds (NSRect)
MISSING
box (PDFDisplayBox)
MISSING
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)