Image.stride Property¶
Module: Image
Type: int
Definition¶
Stride in bytes.
int get stride => getStride();
Exceptions
An error has occurred during Face Library execution.
public int stride
{
get => Getstride();
}
Exceptions
An error has occurred during Face Library execution.
public int getStride() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var stride: Int
get {
return Int(try! getStride())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FaceImage_GetStride (ID3_FACE_IMAGE hImage, int * stride)
Returns