VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfTextObjectTextBoxTransformer Class
In This Topic
WpfTextObjectTextBoxTransformer Class Methods
In This Topic
For a list of all methods of this type, see WpfTextObjectTextBoxTransformer.
Public Methods
 NameDescription
Public MethodDraws the interaction controller appearance on specifed graphics engine. (Inherited from WpfInteractionControllerBase)
Public MethodHides the text box.
Public MethodInvoked when interaction controller is activated.
Public MethodOccurs when interaction controller is deactivated.
Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
Public MethodResets the interaction controller. (Inherited from WpfInteractionControllerBase)
Public MethodShows the text box in the specified location of specified WpfImageViewer.
Public MethodUpdates the interaction areas of this controller.
Protected Methods
 NameDescription
Protected MethodCreates the text box.
Protected MethodDisables the handling text changed event.
Protected MethodDisposes the text box.
Protected MethodEnables the handling text changed event.
Protected MethodRaises the InteractionFinished event. (Inherited from WpfInteractionControllerBase)
Protected MethodRaises the TextBoxClosed event. It is called after the TextBox is closed.
Protected MethodRaises the TextBoxClosing event. It is called before the TextBox is closed.
Protected MethodRaises the TextBoxShowing event. It is called before the TextBox is shown.
Protected MethodRaises the TextBoxShown event. It is called after the TextBox is shown.
Protected MethodRaises the TextBoxUpdated event. It is called after updating the location and/or size of the TextBox or the text object in the viewer.
Protected MethodPerforms an interaction between user and interaction area of interaction object.
Protected MethodUpdates the location and size of TextBox.
See Also