CaptureImage.width Property

Module: CaptureImage

Type: int

Definition

Width in pixels.

width: int

Exceptions

An error has occurred during Devices Library execution.
int get width => getWidth();

Exceptions

An error has occurred during Devices Library execution.
public int width
{
    get => Getwidth();
}

Exceptions

An error has occurred during Devices Library execution.
public int getWidth() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesCaptureImage_GetWidth (ID3_DEVICES_CAPTURE_IMAGE hCaptureImage, int * width)

Returns

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