'Declaration Public Overloads Function CloneImageWithAnnotations( _
ByVal imageIndexThe index of image in the Images.As System.Int32, _
ByVal insertIndexThe index at which cloned image should be inserted in the Images.As System.Int32 _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage CloneImageWithAnnotations(
System.Int32 imageIndex,
System.Int32 insertIndex
)
public: Vintasoft.Imaging.VintasoftImage* CloneImageWithAnnotations(
System.Int32 imageIndex,
System.Int32 insertIndex
)
public:
Vintasoft.Imaging.VintasoftImage^ CloneImageWithAnnotations(
System.Int32 imageIndex,
System.Int32 insertIndex
)
Parameters
- imageIndex
- The index of image in the Images.
- insertIndex
- The index at which cloned image should be inserted in the Images.
Return Value
The cloned image.