'Declaration Public Function New( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal textObjectA text object.As IWpfTextInteractiveObject, _
ByVal textBoxA System.Windows.Controls.RichTextBox of text annotation.As System.Windows.Controls.TextBox, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
)
public WpfTextObjectTextBoxTransformerEventArgs(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
IWpfTextInteractiveObject textObject,
System.Windows.Controls.TextBox textBox,
bool canCancel
)
public: WpfTextObjectTextBoxTransformerEventArgs(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
IWpfTextInteractiveObject* textObject,
System.Windows.Controls.TextBox textBox,
bool canCancel
)
public:
WpfTextObjectTextBoxTransformerEventArgs(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
IWpfTextInteractiveObject^ textObject,
System.Windows.Controls.TextBox textBox,
bool canCancel
)
Parameters
- viewer
- The image viewer.
- textObject
- A text object.
- textBox
- A System.Windows.Controls.RichTextBox of text annotation.
- canCancel
- A value indicating whether the action can be canceled.