FingerImage.transpose Method

Module: FingerImage

Definition

Transposes the image object.

transpose(self) -> None

Exceptions

An error has occurred during Finger Library execution.
void transpose()

Exceptions

An error has occurred during Finger Library execution.
public void Transpose()

Exceptions

An error has occurred during Finger Library execution.
public void transpose() throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public func transpose() throws

Exceptions

An error has occurred during Finger Library execution.
int id3FingerImage_Transpose (
    ID3_FINGER_IMAGE hFingerImage)

Parameters

hFingerImage ID3_FINGER_IMAGE
in Handle to the FingerImage object.

Returns

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