Share via


NSView.AdjustPageWidthNew(NFloat, NFloat, NFloat, NFloat) Method

Definition

[Foundation.Export("adjustPageWidthNew:left:right:limit:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AdjustPageWidthNew(ref System.Runtime.InteropServices.NFloat newRight, System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat proposedRight, System.Runtime.InteropServices.NFloat rightLimit);
[<Foundation.Export("adjustPageWidthNew:left:right:limit:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AdjustPageWidthNew : NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit
override this.AdjustPageWidthNew : NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

newRight
NFloat
left
NFloat
proposedRight
NFloat
rightLimit
NFloat
Attributes

Applies to