VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationViewerUndoMonitor Class / GetDescriptionForMovingAnnotationsAction(AnnotationView[]) Method
Syntax Requirements SeeAlso
In This Topic
GetDescriptionForMovingAnnotationsAction(AnnotationView[]) Method (AnnotationViewerUndoMonitor)
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.UI.AnnotationView _
) As System.String
protected virtual System.String GetDescriptionForMovingAnnotationsAction(
Vintasoft.Imaging.Annotation.UI.AnnotationView[] annotations
)

Parameters

annotations
The moving annotations.

Return Value

The description for action that defines annotations moving.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also