VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionControllerBase Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WpfInteractionControllerBase Class Members
    In This Topic
    The following tables list the members exposed by WpfInteractionControllerBase.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the WpfInteractionControllerBase 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 interaction 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.
    Public Events
     NameDescription
    Public EventOccurs when user interacts with an interaction area of interactive object.
    Public EventOccurs when interaction is finished.
    See Also