FingerImage.stride Property

Module: FingerImage

Type: int

Definition

Stride in bytes.

stride: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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