CaptureImage.stride Property

Module: CaptureImage

Type: int

Definition

Stride in bytes.

stride: int

Exceptions

An error has occurred during Devices Library execution.
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

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