VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.UserInteraction Namespace / WpfRectangularTextAnnotationTransformer Class / ShowTextBox(WpfImageViewer,Point) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ShowTextBox(WpfImageViewer,Point) Method (WpfRectangularTextAnnotationTransformer)
    In This Topic
    Shows the text box in 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 annotation 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 annotation 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