'Declaration Public Overridable Sub ShowTextBox( _
ByVal viewerThe image viewer where text box must be shown.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal locationInObjectSpaceThe 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.