CaptureImage.height Property¶
Module: CaptureImage
Type: int
Definition¶
Height in pixels.
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