FingerImage.height Property

Module: FingerImage

Type: int

Definition

Height in pixels.

height: int

Exceptions

An error has occurred during Finger Library execution.
int get height => getHeight();

Exceptions

An error has occurred during Finger Library execution.
public int height
{
    get => Getheight();
}

Exceptions

An error has occurred during Finger Library execution.
public int getHeight() throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var height: Int
    get {
        return Int(try! getHeight())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerImage_GetHeight (ID3_FINGER_IMAGE hFingerImage, int * height)

Returns

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