FingerImage.clone Method

Module: FingerImage

Definition

Clones the FingerImage object.

clone(self) -> FingerImage

Returns

The newly created finger image.

Exceptions

An error has occurred during Finger Library execution.
FingerImage clone()

Returns

The newly created finger image.

Exceptions

An error has occurred during Finger Library execution.
public FingerImage Clone()

Returns

The newly created finger image.

Exceptions

An error has occurred during Finger Library execution.
public FingerImage clone() throws FingerException

Returns

The newly created finger image.

Exceptions

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

Returns

The newly created finger image.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerImage_CopyTo (
    ID3_FINGER_IMAGE hFingerImage,
    ID3_FINGER_IMAGE hFingerImageDst)

Parameters

hFingerImage ID3_FINGER_IMAGE
in Handle to the FingerImage object.

hFingerImageDst ID3_FINGER_IMAGE
out The newly created finger image.

Returns

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