MonobjcMonobjc Documented Class Library
AdjustPageHeightNewTopBottomLimit Method (newBottom, top, proposedBottom, bottomLimit)
NamespacesMonobjc.AppKitNSViewAdjustPageHeightNewTopBottomLimit(CGFloat%, CGFloat, CGFloat, CGFloat)

Overridden by subclasses to adjust page height during automatic pagination.

Original signature is '- (void)adjustPageHeightNew:(CGFloat *)newBottom top:(CGFloat)top bottom:(CGFloat)proposedBottom limit:(CGFloat)bottomLimit'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AdjustPageHeightNewTopBottomLimit(
	out CGFloat newBottom,
	CGFloat top,
	CGFloat proposedBottom,
	CGFloat bottomLimit
)
Public Overridable Sub AdjustPageHeightNewTopBottomLimit ( _
	<OutAttribute> ByRef newBottom As CGFloat, _
	top As CGFloat, _
	proposedBottom As CGFloat, _
	bottomLimit As CGFloat _
)
public:
virtual void AdjustPageHeightNewTopBottomLimit(
	[OutAttribute] CGFloat% newBottom, 
	CGFloat top, 
	CGFloat proposedBottom, 
	CGFloat bottomLimit
)
Parameters
newBottom (CGFloat%)
Returns by indirection a new float value for the bottom edge of the pending page rectangle in the receiver's coordinate system.
top (CGFloat)
A float value that sets the top edge of the pending page rectangle in the receiver’s coordinate system.
proposedBottom (CGFloat)
A float value that sets the bottom edge of the pending page rectangle in the receiver’s coordinate system.
bottomLimit (CGFloat)
The topmost float value newBottom can be set to, as calculated using the return value of heightAdjustLimit.
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.AppKit (Module: Monobjc.AppKit)