VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationViewerUndoMonitor Class / GetDescriptionForMovingAnnotationsAction(WpfAnnotationView[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetDescriptionForMovingAnnotationsAction(WpfAnnotationView[]) Method (WpfAnnotationViewerUndoMonitor)
    In This Topic
    Returns the description for action that defines annotations moving.
    Syntax
    'Declaration
    
    Protected Overridable Function GetDescriptionForMovingAnnotationsAction( _
    ByVal annotations
    The moving annotations.
    () As Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView _
    ) As System.String
    protected virtual System.String GetDescriptionForMovingAnnotationsAction(
    Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView[] annotations
    )
    protected: virtual System.String GetDescriptionForMovingAnnotationsAction(
    Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView*[]* annotations
    )
    protected:
    virtual System.String GetDescriptionForMovingAnnotationsAction(
    array<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView^>^ annotations
    )

    Parameters

    annotations
    The moving annotations.

    Return Value

    The description for action that defines annotations moving.
    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