Share via


NSTextLayoutManager.EnsureLayout Method

Definition

Overloads

EnsureLayout(CGRect)

[Foundation.Export("ensureLayoutForBounds:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnsureLayout(CoreGraphics.CGRect bounds);
[<Foundation.Export("ensureLayoutForBounds:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnsureLayout : CoreGraphics.CGRect -> unit
override this.EnsureLayout : CoreGraphics.CGRect -> unit

Parameters

bounds
CGRect
Attributes

Applies to

EnsureLayout(NSTextRange)

[Foundation.Export("ensureLayoutForRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnsureLayout(AppKit.NSTextRange range);
[<Foundation.Export("ensureLayoutForRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnsureLayout : AppKit.NSTextRange -> unit
override this.EnsureLayout : AppKit.NSTextRange -> unit

Parameters

range
NSTextRange
Attributes

Applies to