NSLayoutManagerDelegate
NSLayoutManagerDelegate()
NSLayoutManagerDelegate(IntPtr)
NSLayoutManagerDelegate(NativeHandle)
NSLayoutManagerDelegate(NSObjectFlag)
DidChangeGeometry(NSLayoutManager, NSTextContainer, CGSize)
DidCompleteLayout(NSLayoutManager, NSTextContainer, Boolean)
DidInvalidatedLayout(NSLayoutManager)
GetBoundingBox(NSLayoutManager, nuint, NSTextContainer, CGRect, CGPoint, nuint)
GetBoundingBox(NSLayoutManager, nuint, NSTextContainer, CGRect, CGPoint, nuint)
GetLineSpacingAfterGlyph(NSLayoutManager, nuint, CGRect)
GetLineSpacingAfterGlyph(NSLayoutManager, nuint, CGRect)
GetParagraphSpacingAfterGlyph(NSLayoutManager, nuint, CGRect)
GetParagraphSpacingAfterGlyph(NSLayoutManager, nuint, CGRect)
GetParagraphSpacingBeforeGlyph(NSLayoutManager, nuint, CGRect)
GetParagraphSpacingBeforeGlyph(NSLayoutManager, nuint, CGRect)
LayoutCompleted(NSLayoutManager, NSTextContainer, Boolean)
LayoutInvalidated(NSLayoutManager)
ShouldBreakLineByHyphenatingBeforeCharacter(NSLayoutManager, nuint)
ShouldBreakLineByHyphenatingBeforeCharacter(NSLayoutManager, nuint)
ShouldBreakLineByWordBeforeCharacter(NSLayoutManager, nuint)
ShouldBreakLineByWordBeforeCharacter(NSLayoutManager, nuint)
ShouldGenerateGlyphs(NSLayoutManager, nint, nint, nint, NSFont, NSRange)
ShouldSetLineFragmentRect(NSLayoutManager, CGRect, CGRect, nfloat, NSTextContainer, NSRange)
ShouldSetLineFragmentRect(NSLayoutManager, CGRect, CGRect, NFloat, NSTextContainer, NSRange)
ShouldUseAction(NSLayoutManager, NSControlCharacterAction, nuint)
ShouldUseAction(NSLayoutManager, NSControlCharacterAction, nuint)
ShouldUseTemporaryAttributes(NSLayoutManager, NSDictionary, Boolean, nint, IntPtr)
ShouldUseTemporaryAttributes(NSLayoutManager, NSDictionary<NSString, NSObject>, Boolean, nuint, NSRange)
xamarinmac
namespace AppKit
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("NSLayoutManagerDelegate", false)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class NSLayoutManagerDelegate : NSObject, INSLayoutManagerDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("layoutManager:paragraphSpacingBeforeGlyphAtIndex:withProposedLineFragmentRect:")]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
public virtual nfloat GetParagraphSpacingBeforeGlyph(NSLayoutManager! layoutManager, nuint glyphIndex, CGRect rect);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API