Skip to content

Commit 36ae5c3

Browse files
Updated DCE frame class
1 parent 7b8f4e4 commit 36ae5c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/android/api-reference/camera-enhancer/dceframe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ void setOrientation(int orientation)
336336

337337
## toBitmap
338338

339-
The method converts the image to `UIImage` to make it visible on the UI.
339+
The method converts the image to `Bitmap`.
340340

341341
```java
342342
Bitmap toBitmap()

programming/ios/api-reference/camera-enhancer/dceframe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ NSInteger orientation
138138

139139
## toUIImage
140140

141-
The method converts the image to `UIImage` to make it visible on the UI.
141+
The method converts the image to `UIImage`.
142142

143143
```objc
144144
- (UIImage * _Nullable)toUIImage:(NSError *_Nullable *_Nullable)error;

0 commit comments

Comments
 (0)