VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfVisualToolEmbedder Class / WpfVisualToolEmbedder Constructor(WpfVisualTool,Boolean,Boolean)
Syntax Requirements SeeAlso
In This Topic
    WpfVisualToolEmbedder Constructor(WpfVisualTool,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the WpfVisualToolEmbedder class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal sourceTool
    The source tool.
    As WpfVisualTool, _
    ByVal translateMouseEvents
    A value indicating whether the source tool must translate the mouse events to the embedding tool.
    As Boolean, _
    ByVal translateKeyboardEvents
    A value indicating whether the source tool must translate the keyboard events to the embedding tool.
    As Boolean _
    )

    Parameters

    sourceTool
    The source tool.
    translateMouseEvents
    A value indicating whether the source tool must translate the mouse events to the embedding tool.
    translateKeyboardEvents
    A value indicating whether the source tool must translate the keyboard events to the embedding tool.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also