Frameset.picture Property¶
Module: Frameset
Type: CaptureImage
Definition¶
Stores the primary frame of the set, allowing for direct manipulation and analysis.
picture: CaptureImage
Exceptions
An error has occurred during Devices Library execution.
CaptureImage get picture => getPicture();
set picture(CaptureImage value) => setPicture(value);
Exceptions
An error has occurred during Devices Library execution.
public CaptureImage picture
{
get => Getpicture();
set => Setpicture(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public CaptureImage getPicture() throws DevicesException
public void setPicture(CaptureImage picture) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesFrameset_GetPicture (ID3_DEVICES_FRAMESET hFrameset, ID3_DEVICES_CAPTURE_IMAGE hPicture)
int id3DevicesFrameset_SetPicture (ID3_DEVICES_FRAMESET hFrameset, ID3_DEVICES_CAPTURE_IMAGE hPicture)
Returns