FingerImage.transpose Method¶
Module: FingerImage
Definition¶
Transposes the image object.
transpose(self) -> None
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_IMAGEin Handle to the FingerImage object.
Returns