VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.ViewerCommands Namespace / DeleteFocusedImageCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
    DeleteFocusedImageCommand Class
    Represents a command that deletes the focused image of WpfImageViewerBase.
    Object Model
    WpfImageViewerBase DeleteFocusedImageCommand
    Syntax
    'Declaration
    
    Public Class DeleteFocusedImageCommand
       Inherits ViewerCommandBase(Of T)
    
    
     
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Wpf.UI.ViewerCommands.ViewerCommandBase<Vintasoft.Imaging.Wpf.UI.WpfImageViewerBase>
          Vintasoft.Imaging.Wpf.UI.ViewerCommands.DeleteFocusedImageCommand

    Requirements

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

    See Also