VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfTextObjectTextBoxTransformer Class / ShowTextBox(WpfImageViewer,Point) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ShowTextBox(WpfImageViewer,Point) Method (WpfTextObjectTextBoxTransformer)
    In This Topic
    Shows the text box in the specified location of specified WpfImageViewer.
    Syntax
    'Declaration
    
    Public Overridable Sub ShowTextBox( _
    ByVal viewer
    The image viewer, where text box must be shown.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal locationInObjectSpace
    The text box location, in text object space.
    As System.Windows.Point _
    )
    public virtual void ShowTextBox(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    System.Windows.Point locationInObjectSpace
    )
    public: virtual void ShowTextBox(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    System.Windows.Point locationInObjectSpace
    )
    public:
    virtual void ShowTextBox(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    System.Windows.Point locationInObjectSpace
    )

    Parameters

    viewer
    The image viewer, where text box must be shown.
    locationInObjectSpace
    The text box location, in text object space.
    Exceptions
    ExceptionDescription
    Thrown if viewer 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