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