Image.width Property

Module: Image

Type: int

Definition

Width in pixels.

width: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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