VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationViewerUndoMonitor Class / GetDescriptionForMovingAnnotationsAction(AnnotationView[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetDescriptionForMovingAnnotationsAction(AnnotationView[]) Метод (AnnotationViewerUndoMonitor)
    В этом разделе
    Возвращает описание действия, определяющего перемещение аннотаций.
    Синтаксис
    'Declaration
    
    Protected Overridable Function GetDescriptionForMovingAnnotationsAction( _
    ByVal annotations
    Движущиеся аннотации.
    () As Vintasoft.Imaging.Annotation.UI.AnnotationView _
    ) As System.String
    protected virtual System.String GetDescriptionForMovingAnnotationsAction(
    Vintasoft.Imaging.Annotation.UI.AnnotationView[] annotations
    )
    protected: virtual System.String GetDescriptionForMovingAnnotationsAction(
    Vintasoft.Imaging.Annotation.UI.AnnotationView*[]* annotations
    )
    protected:
    virtual System.String GetDescriptionForMovingAnnotationsAction(
    array<Vintasoft.Imaging.Annotation.UI.AnnotationView^>^ annotations
    )

    Parameters

    annotations
    Движущиеся аннотации.

    Return Value

    Описание действия, определяющего перемещение аннотаций.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также