CaptureImage.flip Method¶
Module: CaptureImage
Definition¶
Flips the image in-place.
flip(self, flip_horizontally: bool, flip_vertically: bool) -> None
Parameters
flip_horizontally
boolin Value indicating whether the image should be flipped horizontally.flip_vertically
boolin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Devices Library execution.
void flip(bool flipHorizontally, bool flipVertically)
Parameters
flipHorizontally
boolin Value indicating whether the image should be flipped horizontally.flipVertically
boolin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Devices Library execution.
public void Flip(bool flipHorizontally, bool flipVertically)
Parameters
flipHorizontally
boolin Value indicating whether the image should be flipped horizontally.flipVertically
boolin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Devices Library execution.
public void flip(boolean flipHorizontally, boolean flipVertically) throws DevicesException
Parameters
flipHorizontally
booleanin Value indicating whether the image should be flipped horizontally.flipVertically
booleanin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCaptureImage_Flip (
ID3_DEVICES_CAPTURE_IMAGE hCaptureImage,
bool flipHorizontally,
bool flipVertically)
Parameters
hCaptureImage
ID3_DEVICES_CAPTURE_IMAGEin Handle to the CaptureImage object.flipHorizontally
boolin Value indicating whether the image should be flipped horizontally.flipVertically
boolin Value indicating whether the image should be flipped vertically.
Returns