CaptureImage.height Property

Module: CaptureImage

Type: int

Definition

Height in pixels.

height: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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