Image.height Property¶
Module: Image
Type: int
Definition¶
Height in pixels.
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