VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionControllerBase Class
Constructors Properties Methods Events SeeAlso
In This Topic
    InteractionControllerBase Class Members
    In This Topic
    The following tables list the members exposed by InteractionControllerBase.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the InteractionControllerBase class.
    Public Properties
     NameDescription
    Public PropertyGets a focused interaction area.
    Public PropertyGets a value indicating whether this interaction controller has appearance.
    Public PropertyGets a read-only collection of interaction areas.
    Public PropertyGets a value indicating whether controller is activated.
    Public PropertyGets or sets a value indicating whether interaction controller is enabled.
    Public PropertyGets a value indicating whether controller is interacting with the interactive object.
    Public PropertyGets a value indicating whether controller is visible.
    Protected Properties
     NameDescription
    Protected PropertyGets a list of interaction areas.
    Public Methods
     NameDescription
    Public MethodDraws the interaction controller appearance on specifed graphics engine.
    Public MethodInvoked when interaction controller is activated.
    Public MethodInvoked when interaction controller is deactivated.
    Public MethodInvoked when user interacts with an interaction area of interactive object.
    Public MethodResets the interaction controller.
    Public MethodUpdates the interaction areas of this controller.
    Protected Methods
     NameDescription
    Protected MethodRaises the InteractionFinished event.
    Protected MethodPerforms an interaction between user and interaction area.
    Protected MethodProcesses the IME Windows messages.
    Public Events
     NameDescription
    Public EventOccurs when user interacts with an interaction area of interactive object.
    Public EventOccurs when interaction is finished.
    See Also