Share via


INSLayoutManagerDelegate.GetParagraphSpacingAfterGlyph Method

Definition

[Foundation.Export("layoutManager:paragraphSpacingAfterGlyphAtIndex:withProposedLineFragmentRect:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetParagraphSpacingAfterGlyph(UIKit.NSLayoutManager layoutManager, UIntPtr glyphIndex, CoreGraphics.CGRect rect);
[<Foundation.Export("layoutManager:paragraphSpacingAfterGlyphAtIndex:withProposedLineFragmentRect:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetParagraphSpacingAfterGlyph : UIKit.NSLayoutManager * unativeint * CoreGraphics.CGRect -> System.Runtime.InteropServices.NFloat
override this.GetParagraphSpacingAfterGlyph : UIKit.NSLayoutManager * unativeint * CoreGraphics.CGRect -> System.Runtime.InteropServices.NFloat

Parameters

layoutManager
NSLayoutManager
glyphIndex
UIntPtr

unativeint

rect
CGRect

Returns

Attributes

Applies to