VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / VisualToolEmbedder Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    VisualToolEmbedder Class
    In This Topic
    Represents a helper that allows to integrate functionality of one visual tool into another visual tool without using the CompositeVisualTool class.
    Object Model
    VisualTool VisualTool VisualToolEmbedder
    Syntax
    'Declaration
    
    Public Class VisualToolEmbedder
    
    
    public class VisualToolEmbedder
    
    
    public __gc class VisualToolEmbedder
    
    
    public ref class VisualToolEmbedder
    
    
    Remarks

    This class must be used only if 2 visual tools must be integrated, i.e. one visual tool must be used as a part of another visual tool.

    In all other cases the CompositeVisualTool class must be used for combining functionalities of different visual tools.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.VisualToolEmbedder

    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