VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / TextObjectTextBoxTransformer Class / ShowTextBox(ImageViewer,PointF) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
ShowTextBox(ImageViewer,PointF) Method (TextObjectTextBoxTransformer)
In This Topic
Shows the text box in the 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 text object space.
As System.Drawing.PointF _
)
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 text object space.
Exceptions
ExceptionDescription
Thrown if viewer is null.
Requirements

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

See Also