UIImage method of the RTRCoreAPIImage protocol
Converts the receiver to a UIImage. The result is created according to corrected orientation, if applicable.
- (nullable UIImage*)UIImage;
Return values
The method returns a UIImage object.
3/2/2022 12:59:15 PM