ImageBuffer.clone Method¶
Module: ImageBuffer
Definition¶
Clones the ImageBuffer object.
clone(self) -> ImageBuffer
Returns
The newly created image buffer.
Exceptions
An error has occurred during Document Library execution.
ImageBuffer clone()
Returns
The newly created image buffer.
Exceptions
An error has occurred during Document Library execution.
public ImageBuffer Clone()
Returns
The newly created image buffer.
Exceptions
An error has occurred during Document Library execution.
public ImageBuffer clone() throws DocumentException
Returns
The newly created image buffer.
Exceptions
An error has occurred during Document Library execution.
public func clone() throws -> ImageBuffer
Returns
The newly created image buffer.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentImageBuffer_CopyTo (
ID3_DOCUMENT_IMAGE_BUFFER hImageBuffer,
ID3_DOCUMENT_IMAGE_BUFFER hImageBufferDst)
Parameters
hImageBuffer
ID3_DOCUMENT_IMAGE_BUFFERin Handle to the ImageBuffer object.hImageBufferDst
ID3_DOCUMENT_IMAGE_BUFFERout The newly created image buffer.
Returns