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