VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / ImageMeasureTool Class / CreatePasteUIAction() Method
Syntax Requirements SeeAlso
In This Topic
    CreatePasteUIAction() Method (ImageMeasureTool)
    In This Topic
    Creates the UI action that pastes the selected annotations from the clipboard.
    Syntax
    'Declaration
    
    Protected Overrides Function CreatePasteUIAction() As Vintasoft.Imaging.UIActions.PasteItemUIAction
    
    
    protected override Vintasoft.Imaging.UIActions.PasteItemUIAction CreatePasteUIAction()
    
    
    protected: Vintasoft.Imaging.UIActions.PasteItemUIAction* CreatePasteUIAction(); override
    
    
    protected:
    Vintasoft.Imaging.UIActions.PasteItemUIAction^ CreatePasteUIAction(); override

    Return Value

    A new instance of PasteItemUIAction.
    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