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 Face Library execution.
ImageBuffer clone()

Returns

The newly created image buffer.

Exceptions

An error has occurred during Face Library execution.
public ImageBuffer Clone()

Returns

The newly created image buffer.

Exceptions

An error has occurred during Face Library execution.
public ImageBuffer clone() throws FaceException

Returns

The newly created image buffer.

Exceptions

An error has occurred during Face Library execution.
public func clone() throws -> ImageBuffer

Returns

The newly created image buffer.

Exceptions

An error has occurred during Face Library execution.
int id3FaceImageBuffer_CopyTo (
    ID3_FACE_IMAGE_BUFFER hImageBuffer,
    ID3_FACE_IMAGE_BUFFER hImageBufferDst)

Parameters

in Handle to the ImageBuffer object.

hImageBufferDst ID3_FACE_IMAGE_BUFFER
out The newly created image buffer.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.