VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.ViewerCommands Namespace / CopyImageToClipboardAndDeleteImageCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    CopyImageToClipboardAndDeleteImageCommand Class
    In This Topic
    Represents a command that copies the focused image of WpfImageViewerBase to the clipboard and deletes image from WpfImageViewerBase.
    Object Model
    WpfImageViewerBase CopyImageToClipboardAndDeleteImageCommand
    Syntax
    'Declaration
    
    Public Class CopyImageToClipboardAndDeleteImageCommand
       Inherits ViewerCommandBase(Of T)
    
    
    public class CopyImageToClipboardAndDeleteImageCommand : ViewerCommandBase<T>
    
    
    public __gc class CopyImageToClipboardAndDeleteImageCommand : public ViewerCommandBase<T*>*
    
    
    public ref class CopyImageToClipboardAndDeleteImageCommand : public ViewerCommandBase<T^>^
    
    
    Inheritance Hierarchy

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

    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