VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction Namespace / RectangularTextAnnotationTransformer Class / ShowTextBox(ImageViewer,PointF) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ShowTextBox(ImageViewer,PointF) Method (RectangularTextAnnotationTransformer)
    In This Topic
    Shows the text box in specified location of specified ImageViewer.
    Syntax
    'Declaration
    
    Public Overridable Sub ShowTextBox( _
    ByVal viewer
    The image viewer where text box must be shown.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal locationInObjectSpace
    The text box location, in annotation space.
    As System.Drawing.PointF _
    )
    public virtual void ShowTextBox(
    Vintasoft.Imaging.UI.ImageViewer viewer,
    System.Drawing.PointF locationInObjectSpace
    )
    public: virtual void ShowTextBox(
    Vintasoft.Imaging.UI.ImageViewer* viewer,
    System.Drawing.PointF locationInObjectSpace
    )
    public:
    virtual void ShowTextBox(
    Vintasoft.Imaging.UI.ImageViewer^ viewer,
    System.Drawing.PointF 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