INSTextLayoutManagerDelegate Interface

Definition

This interface represents the Objective-C protocol NSTextLayoutManagerDelegate.

[Foundation.Protocol(Name="NSTextLayoutManagerDelegate", WrapperType=typeof(AppKit.NSTextLayoutManagerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTextLayoutFragment", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextLayoutManager), typeof(AppKit.INSTextLocation), typeof(AppKit.NSTextElement) }, ReturnType=typeof(AppKit.NSTextLayoutFragment), Selector="textLayoutManager:textLayoutFragmentForLocation:inTextElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldBreakLineBeforeLocation", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextLayoutManager), typeof(AppKit.INSTextLocation), typeof(System.Boolean) }, ReturnType=typeof(System.Boolean), Selector="textLayoutManager:shouldBreakLineBeforeLocation:hyphenating:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetRenderingAttributes", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextLayoutManager), typeof(Foundation.NSObject), typeof(AppKit.INSTextLocation), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, ReturnType=typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>), Selector="textLayoutManager:renderingAttributesForLink:atLocation:defaultAttributes:")]
public interface INSTextLayoutManagerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSTextLayoutManagerDelegate", WrapperType=typeof(AppKit.NSTextLayoutManagerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTextLayoutFragment", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextLayoutManager), typeof(AppKit.INSTextLocation), typeof(AppKit.NSTextElement) }, ReturnType=typeof(AppKit.NSTextLayoutFragment), Selector="textLayoutManager:textLayoutFragmentForLocation:inTextElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldBreakLineBeforeLocation", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextLayoutManager), typeof(AppKit.INSTextLocation), typeof(System.Boolean) }, ReturnType=typeof(System.Boolean), Selector="textLayoutManager:shouldBreakLineBeforeLocation:hyphenating:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetRenderingAttributes", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextLayoutManager), typeof(Foundation.NSObject), typeof(AppKit.INSTextLocation), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, ReturnType=typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>), Selector="textLayoutManager:renderingAttributesForLink:atLocation:defaultAttributes:")>]
type INSTextLayoutManagerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to