net10.0-macos14.2
namespace AppKit
{
    [Protocol(BackwardsCompatibleCodeGeneration = false, Name = "NSWritingToolsCoordinatorDelegate", WrapperType = typeof(NSWritingToolsCoordinatorDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsContexts", ParameterBlockProxy = new[] { null, null, typeof(NIDNSWritingToolsCoordinatorDelegateRequestsContextsCallback) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSWritingToolsCoordinatorContextScope), typeof(NSWritingToolsCoordinatorDelegateRequestsContextsCallback) }, Selector = "writingToolsCoordinator:requestsContextsForScope:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReplaceRange", ParameterBlockProxy = new[] { null, null, null, null, null, null, typeof(NIDNSWritingToolsCoordinatorDelegateReplaceRangeCallback) }, ParameterByRef = new[] { false, false, false, false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSRange), typeof(NSWritingToolsCoordinatorContext), typeof(NSAttributedString), typeof(NSWritingToolsCoordinatorTextReplacementReason), typeof(NSWritingToolsCoordinatorAnimationParameters), typeof(NSWritingToolsCoordinatorDelegateReplaceRangeCallback) }, Selector = "writingToolsCoordinator:replaceRange:inContext:proposedText:reason:animationParameters:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectRanges", ParameterBlockProxy = new[] { null, null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSValue[]), typeof(NSWritingToolsCoordinatorContext), typeof(Action) }, Selector = "writingToolsCoordinator:selectRanges:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RequestsRange", ParameterBlockProxy = new[] { null, null, typeof(NIDNSWritingToolsCoordinatorDelegateRequestsRangeCallback) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(CGPoint), typeof(NSWritingToolsCoordinatorDelegateRequestsRangeCallback) }, Selector = "writingToolsCoordinator:requestsRangeInContextWithIdentifierForPoint:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsBoundingBezierPaths", ParameterBlockProxy = new[] { null, null, null, typeof(NIDNSWritingToolsCoordinatorDelegateRequestsBoundingBezierPathsCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSRange), typeof(NSWritingToolsCoordinatorContext), typeof(NSWritingToolsCoordinatorDelegateRequestsBoundingBezierPathsCallback) }, Selector = "writingToolsCoordinator:requestsBoundingBezierPathsForRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsUnderlinePaths", ParameterBlockProxy = new[] { null, null, null, typeof(NIDNSWritingToolsCoordinatorDelegateRequestsUnderlinePathsCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSRange), typeof(NSWritingToolsCoordinatorContext), typeof(NSWritingToolsCoordinatorDelegateRequestsUnderlinePathsCallback) }, Selector = "writingToolsCoordinator:requestsUnderlinePathsForRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PrepareForTextAnimation", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSWritingToolsCoordinatorTextAnimation), typeof(NSRange), typeof(NSWritingToolsCoordinatorContext), typeof(Action) }, Selector = "writingToolsCoordinator:prepareForTextAnimation:forRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsPreviewForTextAnimation", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDNSWritingToolsCoordinatorDelegateRequestsPreviewForTextAnimationCallback) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSWritingToolsCoordinatorTextAnimation), typeof(NSRange), typeof(NSWritingToolsCoordinatorContext), typeof(NSWritingToolsCoordinatorDelegateRequestsPreviewForTextAnimationCallback) }, Selector = "writingToolsCoordinator:requestsPreviewForTextAnimation:ofRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsPreview", ParameterBlockProxy = new[] { null, null, null, typeof(NIDNSWritingToolsCoordinatorDelegateRequestsPreviewCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(CGRect), typeof(NSWritingToolsCoordinatorContext), typeof(NSWritingToolsCoordinatorDelegateRequestsPreviewCallback) }, Selector = "writingToolsCoordinator:requestsPreviewForRect:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FinishTextAnimation", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSWritingToolsCoordinatorTextAnimation), typeof(NSRange), typeof(NSWritingToolsCoordinatorContext), typeof(Action) }, Selector = "writingToolsCoordinator:finishTextAnimation:forRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RequestsSingleContainerSubranges", ParameterBlockProxy = new[] { null, null, null, typeof(NIDNSWritingToolsCoordinatorDelegateRequestsSingleContainerSubrangesCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSRange), typeof(NSWritingToolsCoordinatorContext), typeof(NSWritingToolsCoordinatorDelegateRequestsSingleContainerSubrangesCallback) }, Selector = "writingToolsCoordinator:requestsSingleContainerSubrangesOfRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RequestsDecorationContainerView", ParameterBlockProxy = new[] { null, null, null, typeof(NIDNSWritingToolsCoordinatorDelegateRequestsDecorationContainerViewCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSRange), typeof(NSWritingToolsCoordinatorContext), typeof(NSWritingToolsCoordinatorDelegateRequestsDecorationContainerViewCallback) }, Selector = "writingToolsCoordinator:requestsDecorationContainerViewForRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillChangeToState", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSWritingToolsCoordinator), typeof(NSWritingToolsCoordinatorState), typeof(Action) }, Selector = "writingToolsCoordinator:willChangeToState:completion:")]
    [SupportedOSPlatform("maccatalyst18.2")]
    [SupportedOSPlatform("macos15.2")]
    [UnsupportedOSPlatform("tvos")]
    [UnsupportedOSPlatform("ios")]
    public interface INSWritingToolsCoordinatorDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("writingToolsCoordinator:requestsBoundingBezierPathsForRange:inContext:completion:")]
        [RequiredMember]
        virtual void RequestsBoundingBezierPaths(NSWritingToolsCoordinator! writingToolsCoordinator, NSRange range, NSWritingToolsCoordinatorContext! context, [BlockProxy(typeof(NIDNSWritingToolsCoordinatorDelegateRequestsBoundingBezierPathsCallback))] NSWritingToolsCoordinatorDelegateRequestsBoundingBezierPathsCallback! completion);
    }
}
.NET
10.0
Information specific to net10.0
Platforms This API is only available when you target a specific platform:
macOS
10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2
Information specific to net10.0-macos14.2
Assembly

Microsoft.macOS , Version=15.5.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is only supported on the following platforms:

  • iOS
  • Mac Catalyst 0 - 18.2
  • macOS >= 15.2
  • tvOS
  • Built-in API
  • Package-provided API