VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfTextObjectTextBoxTransformerEventArgs Class / WpfTextObjectTextBoxTransformerEventArgs Constructor(WpfImageViewer,IWpfTextInteractiveObject,TextBox,Boolean)
Syntax Exceptions Requirements SeeAlso
In This Topic
    WpfTextObjectTextBoxTransformerEventArgs Constructor(WpfImageViewer,IWpfTextInteractiveObject,TextBox,Boolean)
    In This Topic
    Initializes a new instance of the WpfTextObjectTextBoxTransformerEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal textObject
    A text object.
    As IWpfTextInteractiveObject, _
    ByVal textBox As System.Windows.Controls.TextBox, _
    ByVal canCancel
    A value indicating whether the action can be canceled.
    As Boolean _
    )
    public WpfTextObjectTextBoxTransformerEventArgs(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    IWpfTextInteractiveObject textObject,
    System.Windows.Controls.TextBox textBox,
    bool canCancel
    )
    public: WpfTextObjectTextBoxTransformerEventArgs(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    IWpfTextInteractiveObject* textObject,
    System.Windows.Controls.TextBox textBox,
    bool canCancel
    )
    public:
    WpfTextObjectTextBoxTransformerEventArgs(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    IWpfTextInteractiveObject^ textObject,
    System.Windows.Controls.TextBox textBox,
    bool canCancel
    )

    Parameters

    viewer
    The image viewer.
    textObject
    A text object.
    textBox
    A System.Windows.Controls.RichTextBox of text annotation.
    canCancel
    A value indicating whether the action can be canceled.
    Exceptions
    ExceptionDescription
    Thrown if textBox or textAnnotation is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also