FingerImage.stride Property¶
Module: FingerImage
Type: int
Definition¶
Stride in bytes.
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