VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfVisualToolEmbedder Class
Constructors Properties Methods SeeAlso
In This Topic
    WpfVisualToolEmbedder Class Members
    In This Topic
    The following tables list the members exposed by WpfVisualToolEmbedder.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WpfVisualToolEmbedder class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the embedding tool.
    Public PropertyGets or sets a value indicating whether embedded tool is active (handles mouse and keyboard events).
    Public PropertyGets or sets a value indicating whether this embedder is enabled.
    Public PropertyGets the source visual tool.
    Public Methods
     NameDescription
    Public MethodReleases all resources used by the WpfVisualToolEmbedder object.
    Public MethodExecutes OnMouseDown(MouseButtonEventArgs) method.
    Public MethodExecutes System.Windows.UIElement.OnMouseMove(System.Windows.Input.MouseEventArgs) method of the visual tool.
    Public MethodExecutes OnMouseUp(MouseButtonEventArgs) method.
    See Also