NSLayoutManagerDelegate_Extensions Class
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.
public static class NSLayoutManagerDelegate_Extensions
type NSLayoutManagerDelegate_Extensions = class
Inheritance
NSLayoutManagerDelegate_Extensions
Methods
DidChangeGeometry(INSLayoutManagerDelegate, NSLayoutManager, NSTextContainer, CGSize)
GetBoundingBox(INSLayoutManagerDelegate, NSLayoutManager, nuint, NSTextContainer, CGRect, CGPoint, nuint)
GetLineSpacingAfterGlyph(INSLayoutManagerDelegate, NSLayoutManager, nuint, CGRect)
GetParagraphSpacingAfterGlyph(INSLayoutManagerDelegate, NSLayoutManager, nuint, CGRect)
GetParagraphSpacingBeforeGlyph(INSLayoutManagerDelegate, NSLayoutManager, nuint, CGRect)
LayoutCompleted(INSLayoutManagerDelegate, NSLayoutManager, NSTextContainer, Boolean)
LayoutInvalidated(INSLayoutManagerDelegate, NSLayoutManager)
ShouldBreakLineByHyphenatingBeforeCharacter(INSLayoutManagerDelegate, NSLayoutManager, nuint)
ShouldBreakLineByWordBeforeCharacter(INSLayoutManagerDelegate, NSLayoutManager, nuint)
ShouldGenerateGlyphs(INSLayoutManagerDelegate, NSLayoutManager, IntPtr, IntPtr, IntPtr, NSFont, NSRange)
ShouldUseAction(INSLayoutManagerDelegate, NSLayoutManager, NSControlCharacterAction, nuint)
ShouldUseTemporaryAttributes(INSLayoutManagerDelegate, NSLayoutManager, NSDictionary, Boolean, nint, IntPtr)
Applies to