VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.UserInteraction Namespace / WpfRectangularTextAnnotationTransformer Class
In This Topic
WpfRectangularTextAnnotationTransformer Class Methods
In This Topic
For a list of all methods of this type, see WpfRectangularTextAnnotationTransformer.
Public Methods
 NameDescription
Public MethodDraws the interaction controller appearance on specifed graphics engine. (Inherited from WpfCompositeInteractionController)
Public MethodOverloaded. Finds an interaction controller which can interact with the specified interaction area. (Inherited from WpfCompositeInteractionController)
Public MethodReturns the supported UI actions. (Inherited from WpfCompositeInteractionController)
Public MethodHides the text box.
Public MethodOccurs when interaction controller is activated. (Inherited from WpfCompositeInteractionController)
Public MethodOccurs when interaction controller is deactivated. (Inherited from WpfCompositeInteractionController)
Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
Public MethodResets the interaction controller. (Inherited from WpfCompositeInteractionController)
Public MethodShows the text box in specified location of specified WpfImageViewer.
Public MethodUpdates the interaction areas of this controller. (Inherited from WpfCompositeInteractionController)
Protected Methods
 NameDescription
Protected MethodRaises the Activated event. (Inherited from WpfCompositeInteractionController)
Protected MethodRaises the Activating event. (Inherited from WpfCompositeInteractionController)
Protected MethodRaises the Deactivated event. (Inherited from WpfCompositeInteractionController)
Protected MethodRaises the Deactivating event. (Inherited from WpfCompositeInteractionController)
Protected MethodRaises the InteractionFinished event. (Inherited from WpfInteractionControllerBase)
Protected MethodPerforms an interaction between user and interaction area. (Inherited from WpfCompositeInteractionController)
See Also