Skip to content

Commit 4eb6352

Browse files
update to internal commit c75e19a2
1 parent d0baa8c commit 4eb6352

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ core-enums: /capture-vision/docs/core/enums/core/
6262
cvr-enums: /capture-vision/docs/core/enums/capture-vision-router/
6363

6464
dce_maui_api: /camera-enhancer/docs/mobile/programming/maui/api-reference/
65+
dcv_maui_api: /capture-vision/docs/mobile/programming/maui/api-reference/
6566

6667
assets: /camera-enhancer/docs/mobile/assets/
6768
edit_icon: /camera-enhancer/docs/mobile/assets/img-icon/edit-icon.png

programming/maui/api-reference/camera-enhancer-v2.2.3000.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CameraEnhancer : ImageSourceAdapter
4343
| [`SetFocus`](#setfocus) | Set the focus point of interest and trigger an one-off auto-focus. After the focus, you can either lock the focalngth or keep the continuous auto focus enabled by configuring the subsequent focus mode. |
4444
| [`GetFocusMode`](#getfocusmode) | Set the focus point of interest and trigger an one-off auto-focus. After the focus, you can either lock the focalngth or keep the continuous auto focus enabled by configuring the subsequent focus mode. |
4545

46-
The following methods are inherited from superclass [`ImageSourceAdapter`]({{ site.dcv_android_api }}core/image-source-adapter.html)
46+
The following methods are inherited from superclass [`ImageSourceAdapter`]({{ site.dcv_maui_api }}core/image-source-adapter.html)
4747

4848
| Method | Description |
4949
| ------ | ----------- |
@@ -131,7 +131,7 @@ DMRect GetScanRegion();
131131

132132
**Return Value**
133133

134-
A [`DMRect`]({{ site.dcv_android_api }}core/basic-structures/rect.html) object that represent the scan region area.
134+
A [`DMRect`]({{ site.dcv_maui_api }}core/rect.html) object that represent the scan region area.
135135

136136
### EnableEnhancedFeatures
137137

programming/maui/api-reference/camera-enhancer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class CameraEnhancer : ImageSourceAdapter
4545
| [`TurnOnTorch`](#turnontorch) | Turn on the torch. |
4646
| [`TurnOffTorch`](#turnofftorch) | Turn off the torch. |
4747

48-
The following methods are inherited from superclass [`ImageSourceAdapter`]({{ site.dcv_android_api }}core/image-source-adapter.html)
48+
The following methods are inherited from superclass [`ImageSourceAdapter`]({{ site.dcv_maui_api }}core/image-source-adapter.html)
4949

5050
| Method | Description |
5151
| ------ | ----------- |
@@ -133,7 +133,7 @@ DMRect GetScanRegion();
133133

134134
**Return Value**
135135

136-
A [`DMRect`]({{ site.dcv_android_api }}core/basic-structures/rect.html) object that represent the scan region area.
136+
A [`DMRect`]({{ site.dcv_maui_api }}core/rect.html) object that represent the scan region area.
137137

138138
### EnableEnhancedFeatures
139139

programming/maui/api-reference/image-editor-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ImageEditorView : View
3232
| Property | Type | Description |
3333
|--------- | ---- |-------------|
3434
| [`OriginalImage`](#originalimage) | *ImageData* | The original image that displayed on the view. |
35-
| [`SelectedDrawingItem`](#selecteddrawingitem) | *DrawingItem* | The selected [`DrawingItem`](drawingitem.md) on the view. |
35+
| [`SelectedDrawingItem`](#selecteddrawingitem) | *DrawingItem* | The selected [`DrawingItem`](drawing-item.html) on the view. |
3636

3737
### ImageEditorView
3838

@@ -68,7 +68,7 @@ ImageData OriginalImage{ get; set; }
6868

6969
### SelectedDrawingItem
7070

71-
The selected [`DrawingItem`](drawingitem.md) on the view.
71+
The selected [`DrawingItem`](drawing-item.html) on the view.
7272

7373
```csharp
7474
DrawingItem SelectedDrawingItem { get; }

0 commit comments

Comments
 (0)