CaptureImage.flipTo Method¶
Module: CaptureImage
Definition¶
Flips the image.
flip_to(self, flip_horizontally: bool, flip_vertically: bool, dst_capture_image: CaptureImage) -> 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.dst_capture_image
CaptureImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Devices Library execution.
void flipTo(bool flipHorizontally, bool flipVertically, CaptureImage dstCaptureImage)
Parameters
flipHorizontally
boolin Value indicating whether the image should be flipped horizontally.flipVertically
boolin Value indicating whether the image should be flipped vertically.dstCaptureImage
CaptureImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Devices Library execution.
public void FlipTo(bool flipHorizontally, bool flipVertically, CaptureImage dstCaptureImage)
Parameters
flipHorizontally
boolin Value indicating whether the image should be flipped horizontally.flipVertically
boolin Value indicating whether the image should be flipped vertically.dstCaptureImage
CaptureImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Devices Library execution.
public void flipTo(boolean flipHorizontally, boolean flipVertically, CaptureImage dstCaptureImage) 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.dstCaptureImage
CaptureImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCaptureImage_FlipTo (
ID3_DEVICES_CAPTURE_IMAGE hCaptureImage,
bool flipHorizontally,
bool flipVertically,
ID3_DEVICES_CAPTURE_IMAGE hDstCaptureImage)
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.hDstCaptureImage
ID3_DEVICES_CAPTURE_IMAGEin The destination Image object that receives the flipped image.
Returns