reference/gmagick/gmagick/cropimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -40,7 +40,7 @@
40
40
</term>
41
41
<listitem>
42
42
<para>
43
-
The width of the crop
43
+
The width of the crop.
44
44
</para>
45
45
</listitem>
46
46
</varlistentry>
...
...
@@ -50,7 +50,7 @@
50
50
</term>
51
51
<listitem>
52
52
<para>
53
-
The height of the crop
53
+
The height of the crop.
54
54
</para>
55
55
</listitem>
56
56
</varlistentry>
...
...
@@ -58,7 +58,7 @@
58
58
<term><parameter>x</parameter></term>
59
59
<listitem>
60
60
<para>
61
-
The X coordinate of the cropped region's top left corner
61
+
The X coordinate of the cropped region's top left corner.
62
62
</para>
63
63
</listitem>
64
64
</varlistentry>
...
...
@@ -66,7 +66,7 @@
66
66
<term><parameter>y</parameter></term>
67
67
<listitem>
68
68
<para>
69
-
The Y coordinate of the cropped region's top left corner
69
+
The Y coordinate of the cropped region's top left corner.
70
70
</para>
71
71
</listitem>
72
72
</varlistentry>
...
...
@@ -77,7 +77,7 @@
77
77
<refsect1 role="returnvalues">
78
78
&reftitle.returnvalues;
79
79
<para>
80
-
The cropped Gmagick object
80
+
The cropped <classname>Gmagick</classname> object.
81
81
</para>
82
82
</refsect1>
83
83

84
84