Skip to content

Commit b2493b8

Browse files
910313: Image Editor UG Improvements
1 parent 073e5c6 commit b2493b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blazor/image-editor/annotation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,8 @@ Here is an example of inserting rectangle, ellipse, arrow, path, and line in a b
523523
524524
private async void RectangleAsync()
525525
{
526-
await ImageEditor.DrawRectangleAsync(250, 50, 120, 120, 4, "#fff", "blue", null, null, 8);
526+
await ImageEditor.DrawRectangleAsync(250, 50, 120, 120, 4, "#fff", "blue");
527+
await ImageEditor.DrawRectangleAsync(450, 200, 120, 120, 4, "#fff", "blue", null, null, 8);
527528
}
528529
529530
private async void EllipseAsync()

0 commit comments

Comments
 (0)