'Declaration Public Overloads Function CloneImageWithAnnotations( _
ByVal imageThe image to clone.As Vintasoft.Imaging.VintasoftImage, _
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(
Vintasoft.Imaging.VintasoftImage image,
System.Int32 insertIndex
)
public: Vintasoft.Imaging.VintasoftImage* CloneImageWithAnnotations(
Vintasoft.Imaging.VintasoftImage* image,
System.Int32 insertIndex
)
public:
Vintasoft.Imaging.VintasoftImage^ CloneImageWithAnnotations(
Vintasoft.Imaging.VintasoftImage^ image,
System.Int32 insertIndex
)
Parameters
- image
- The image to clone.
- insertIndex
- The index at which cloned image should be inserted in the Images.
Return Value
The cloned image.