VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction Namespace / RectangularTextAnnotationTransformer Class
Constructors Properties Methods Events SeeAlso
In This Topic
    RectangularTextAnnotationTransformer Class Members
    In This Topic
    The following tables list the members exposed by RectangularTextAnnotationTransformer.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RectangularTextAnnotationTransformer class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a text of the annotation.
    Public PropertyGets or sets a value indicating whether the location and size of the TextBox should be calculated automatically.
    Public PropertyGets a focused interaction area. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether this interaction controller has appearance. (Inherited from CompositeInteractionController)
    Public PropertyGets a read-only collection of interaction areas. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is activated. (Inherited from InteractionControllerBase)
    Public PropertyGets or sets a value indicating whether interaction controller is enabled. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is interacting with the interactive object. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is visible. (Inherited from CompositeInteractionController)
    Public PropertyGets a read-only collection of the interaction controllers contained in this composite controller. (Inherited from CompositeInteractionController)
    Public PropertyGets the rectangular transformer of this composite transformer.
    Public PropertyGets or sets the TextBox of this transformer.
    Public PropertyGets or sets a height of TextBox.
    Public PropertyGets the text box transformer of this composite transformer.
    Public PropertyGets or sets a width of TextBox.
    Protected Properties
     NameDescription
    Protected PropertyGets a list of interaction areas. (Inherited from InteractionControllerBase)
    Public Methods
     NameDescription
    Public MethodDraws the interaction controller appearance on specifed graphics engine. (Inherited from CompositeInteractionController)
    Public MethodOverloaded. Finds an interaction controller which can interact with the specified interaction area. (Inherited from CompositeInteractionController)
    Public MethodReturns the supported UI actions. (Inherited from CompositeInteractionController)
    Public MethodHides the text box.
    Public MethodOccurs when interaction controller is activated. (Inherited from CompositeInteractionController)
    Public MethodOccurs when interaction controller is deactivated. (Inherited from CompositeInteractionController)
    Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase)
    Public MethodResets the interaction controller. (Inherited from CompositeInteractionController)
    Public MethodShows the text box in specified location of specified ImageViewer.
    Public MethodUpdates the interaction areas of this controller. (Inherited from CompositeInteractionController)
    Protected Methods
     NameDescription
    Protected MethodRaises the Activated event. (Inherited from CompositeInteractionController)
    Protected MethodRaises the Activating event. (Inherited from CompositeInteractionController)
    Protected MethodRaises the Deactivated event. (Inherited from CompositeInteractionController)
    Protected MethodRaises the Deactivating event. (Inherited from CompositeInteractionController)
    Protected MethodRaises the InteractionFinished event. (Inherited from InteractionControllerBase)
    Protected MethodPerforms an interaction between user and interaction area. (Inherited from CompositeInteractionController)
    Protected MethodProcesses the IME Windows messages. (Inherited from CompositeInteractionController)
    Public Events
     NameDescription
    Public EventOccurs when the composite interaction controller is activated. (Inherited from CompositeInteractionController)
    Public EventOccurs when the composite interaction controller is activating. (Inherited from CompositeInteractionController)
    Public EventOccurs when the composite interaction controller is deactivated. (Inherited from CompositeInteractionController)
    Public EventOccurs when the composite interaction controller is deactivating. (Inherited from CompositeInteractionController)
    Public EventOccurs when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase)
    Public EventOccurs when interaction is finished. (Inherited from InteractionControllerBase)
    See Also