Share via


NSLayoutManagerDelegate_Extensions.ShouldSetLineFragmentRect Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldSetLineFragmentRect(this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, ref CoreGraphics.CGRect lineFragmentRect, ref CoreGraphics.CGRect lineFragmentUsedRect, ref System.Runtime.InteropServices.NFloat baselineOffset, UIKit.NSTextContainer textContainer, Foundation.NSRange glyphRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldSetLineFragmentRect : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * CGRect * CGRect * NFloat * UIKit.NSTextContainer * Foundation.NSRange -> bool

Parameters

layoutManager
NSLayoutManager
lineFragmentRect
CGRect
lineFragmentUsedRect
CGRect
baselineOffset
NFloat
textContainer
NSTextContainer
glyphRange
NSRange

Returns

Attributes

Applies to