VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationViewerUndoMonitor Class / GetDescriptionForMovingAnnotationsAction(WpfAnnotationView[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetDescriptionForMovingAnnotationsAction(WpfAnnotationView[]) Метод (WpfAnnotationViewerUndoMonitor)
    В этом разделе
    Возвращает описание действия, определяющего перемещение аннотаций.
    Синтаксис
    'Declaration
    
    Protected Overridable Function GetDescriptionForMovingAnnotationsAction( _
    ByVal 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
    Движущиеся аннотации.

    Return Value

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

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

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