Skip to content

Commit 99a9443

Browse files
Merge pull request #31 from Syncfusion-Content/hotfix/hotfix-v19.4.0.38
DOCINFRA-2341_merged_using_automation
2 parents 59eae6b + e658c60 commit 99a9443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xamarin-android/SfImageEditor/how-to/Clear-all-annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation : ug
99

1010
# Clear all annotations (Text, Shapes, Paths, etc) from Image Editor
1111

12-
By invoking the `ClearAnnotations` method of SfImageEditor, you can clear all the annotations (Text, Shapes, Path, and CustomView) added in the image editor without resetting the other edits (Rotation, Flip, Crop, Effects, etc).
12+
By invoking the [`ClearAnnotations`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.SfImageEditor.html#Syncfusion_SfImageEditor_Android_SfImageEditor_ClearAnnotations) method of SfImageEditor, you can clear all the annotations (Text, Shapes, Path, and CustomView) added in the image editor without resetting the other edits (Rotation, Flip, Crop, Effects, etc).
1313

1414
The following code sample demonstrates this.
1515

xamarin-android/SfImageEditor/how-to/Select-shapes-programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Select annotations programmatically in Image Editor (SfImageEditor)
1111

12-
In ImageEditor, the Unique ID is generated for all annotations (Text, Shapes, Paths, and CustomViews) when they are added to the image editor and you can get this Unique ID from the ItemsSelected event arguments or from the serialized JSON. By passing this Unique ID to the `SelectShape` method of SfImageEditor, you can select the particular annotation programmatically.
12+
In ImageEditor, the Unique ID is generated for all annotations (Text, Shapes, Paths, and CustomViews) when they are added to the image editor and you can get this Unique ID from the ItemsSelected event arguments or from the serialized JSON. By passing this Unique ID to the [`SelectShape`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.SfImageEditor.html#Syncfusion_SfImageEditor_Android_SfImageEditor_SelectShape_System_Int32_) method of SfImageEditor, you can select the particular annotation programmatically.
1313

1414
The following code sample demonstrates this.
1515

0 commit comments

Comments
 (0)