CaptureImage.stride Property¶
Module: CaptureImage
Type: int
Definition¶
Stride in bytes.
int get stride => getStride();
Exceptions
An error has occurred during Devices Library execution.
public int stride
{
get => Getstride();
}
Exceptions
An error has occurred during Devices Library execution.
public int getStride() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCaptureImage_GetStride (ID3_DEVICES_CAPTURE_IMAGE hCaptureImage, int * stride)
Returns