Share via


NSView.AdjustPageHeightNew(NFloat, NFloat, NFloat, NFloat) Method

Definition

[Foundation.Export("adjustPageHeightNew:top:bottom:limit:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AdjustPageHeightNew(ref System.Runtime.InteropServices.NFloat newBottom, System.Runtime.InteropServices.NFloat top, System.Runtime.InteropServices.NFloat proposedBottom, System.Runtime.InteropServices.NFloat bottomLimit);
[<Foundation.Export("adjustPageHeightNew:top:bottom:limit:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AdjustPageHeightNew : NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit
override this.AdjustPageHeightNew : NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

newBottom
NFloat
top
NFloat
proposedBottom
NFloat
bottomLimit
NFloat
Attributes

Applies to