INSLayoutManagerDelegate.GetParagraphSpacingAfterGlyph Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("layoutManager:paragraphSpacingAfterGlyphAtIndex:withProposedLineFragmentRect:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetParagraphSpacingAfterGlyph(AppKit.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 : AppKit.NSLayoutManager * unativeint * CoreGraphics.CGRect -> System.Runtime.InteropServices.NFloat
override this.GetParagraphSpacingAfterGlyph : AppKit.NSLayoutManager * unativeint * CoreGraphics.CGRect -> System.Runtime.InteropServices.NFloat
Parameters
- layoutManager
- NSLayoutManager
- glyphIndex
-
UIntPtr
unativeint
- rect
- CGRect
Returns
- Attributes