'Declaration Public Overrides Sub ShowTextBox( _
ByVal viewerThe image viewer, where text box must be shown.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal locationInObjectSpaceThe text box location, in text object space.As System.Drawing.PointF _
)
public override void ShowTextBox(
Vintasoft.Imaging.UI.ImageViewer viewer,
System.Drawing.PointF locationInObjectSpace
)
public: void ShowTextBox(
Vintasoft.Imaging.UI.ImageViewer* viewer,
System.Drawing.PointF locationInObjectSpace
); override
public:
void ShowTextBox(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
System.Drawing.PointF locationInObjectSpace
); override
Parameters
- viewer
- The image viewer, where text box must be shown.
- locationInObjectSpace
- The text box location, in text object space.