imageWithHorizontallyFlippedOrientation method
Creates a version of this image with an imageOrientation property that is horizontally mirrored from this image’s. Does not affect the flipsForRightToLeftLayoutDirection property.
Implementation
UIImage imageWithHorizontallyFlippedOrientation() {
final _ret = _objc_msgSend_1x359cv(this.ref.pointer, _sel_imageWithHorizontallyFlippedOrientation);
return UIImage.castFromPointer(_ret, retain: true, release: true);
}