Image.height Property

Module: Image

Type: int

Definition

Height in pixels.

height: int

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Face Library execution.
public int getHeight() throws FaceException

Exceptions

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

Exceptions

An error has occurred during Face Library execution.
int id3FaceImage_GetHeight (ID3_FACE_IMAGE hImage, int * height)

Returns

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