MonobjcMonobjc Documented Class Library
AdjustPageWidthNewLeftRightLimit Method (newRight, left, proposedRight, rightLimit)
NamespacesMonobjc.AppKitNSViewAdjustPageWidthNewLeftRightLimit(CGFloat%, CGFloat, CGFloat, CGFloat)

Overridden by subclasses to adjust page width during automatic pagination.

Original signature is '- (void)adjustPageWidthNew:(CGFloat *)newRight left:(CGFloat)left right:(CGFloat)proposedRight limit:(CGFloat)rightLimit'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AdjustPageWidthNewLeftRightLimit(
	out CGFloat newRight,
	CGFloat left,
	CGFloat proposedRight,
	CGFloat rightLimit
)
Public Overridable Sub AdjustPageWidthNewLeftRightLimit ( _
	<OutAttribute> ByRef newRight As CGFloat, _
	left As CGFloat, _
	proposedRight As CGFloat, _
	rightLimit As CGFloat _
)
public:
virtual void AdjustPageWidthNewLeftRightLimit(
	[OutAttribute] CGFloat% newRight, 
	CGFloat left, 
	CGFloat proposedRight, 
	CGFloat rightLimit
)
Parameters
newRight (CGFloat%)
Returns by indirection a new float value for the right edge of the pending page rectangle in the receiver's coordinate system.
left (CGFloat)
A float value that sets the left edge of the pending page rectangle in the receiver’s coordinate system.
proposedRight (CGFloat)
A float value that sets the right edge of the pending page rectangle in the receiver’s coordinate system.
rightLimit (CGFloat)
The leftmost float value newRight can be set to, as calculated using the return value of widthAdjustLimit.
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)