diff --git a/reference/image/functions/imagedashedline.xml b/reference/image/functions/imagedashedline.xml
index 1a684d30ecee..6194365df1e5 100644
--- a/reference/image/functions/imagedashedline.xml
+++ b/reference/image/functions/imagedashedline.xml
@@ -19,7 +19,7 @@
This function is deprecated. Use combination of
imagesetstyle and imageline
- instead.
+ instead. 0, 0 is the top left corner of the image.
@@ -31,7 +31,7 @@
x1
- Upper left x coordinate.
+ x-coordinate of the first point.
@@ -39,7 +39,7 @@
y1
- Upper left y coordinate 0, 0 is the top left corner of the image.
+ y-coordinate of the first point.
@@ -47,7 +47,7 @@
x2
- Bottom right x coordinate.
+ x-coordinate of the second point.
@@ -55,7 +55,7 @@
y2
- Bottom right y coordinate.
+ y-coordinate of the second point.
diff --git a/reference/image/functions/imagerectangle.xml b/reference/image/functions/imagerectangle.xml
index 12bc6cf8be21..1692670177ad 100644
--- a/reference/image/functions/imagerectangle.xml
+++ b/reference/image/functions/imagerectangle.xml
@@ -18,7 +18,7 @@
imagerectangle creates a rectangle starting at
- the specified coordinates.
+ the specified coordinates. 0, 0 is the top left corner of the image.
@@ -38,8 +38,7 @@
y1
- Upper left y coordinate
- 0, 0 is the top left corner of the image.
+ Upper left y coordinate.
diff --git a/reference/image/functions/imagesetbrush.xml b/reference/image/functions/imagesetbrush.xml
index a64df9ece62b..1380cc3a3574 100644
--- a/reference/image/functions/imagesetbrush.xml
+++ b/reference/image/functions/imagesetbrush.xml
@@ -84,6 +84,7 @@