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