'Declaration Public Overloads Function CloneImageWithAnnotations( _
ByVal imageИзображение для клонирования.As Vintasoft.Imaging.VintasoftImage, _
ByVal insertIndexИндекс, по которому клонированное изображение должно быть вставлено в 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
- Изображение для клонирования.
- insertIndex
- Индекс, по которому клонированное изображение должно быть вставлено в Images.
Return Value
Клонированное изображение.