FingerImage.width Property

Module: FingerImage

Type: int

Definition

Width in pixels.

width: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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