'Declaration Public Sub Insert( _
ByVal annotationThe AnnotationData object to insert.As Vintasoft.Imaging.Annotation.AnnotationData, _
ByVal indexThe zero-based index at which value should be inserted.As System.Int32 _
)
public void Insert(
Vintasoft.Imaging.Annotation.AnnotationData annotation,
System.Int32 index
)
public: void Insert(
Vintasoft.Imaging.Annotation.AnnotationData* annotation,
System.Int32 index
)
public:
void Insert(
Vintasoft.Imaging.Annotation.AnnotationData^ annotation,
System.Int32 index
)
Parameters
- annotation
- The AnnotationData object to insert.
- index
- The zero-based index at which value should be inserted.