reference/gmagick/gmagick/getsize.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -14,11 +14,8 @@
14
14
<void />
15
15
</methodsynopsis>
16
16
<para>
17
-
Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".
17
+
Returns the size associated with the <classname>Gmagick</classname> object as an array with the keys "columns" and "rows".
18
18
</para>
19
-

20
-
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -29,7 +26,7 @@
29
26
<refsect1 role="returnvalues">
30
27
&reftitle.returnvalues;
31
28
<para>
32
-
Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".
29
+
Returns the size associated with the <classname>Gmagick</classname> object as an array with the keys "columns" and "rows".
33
30
</para>
34
31
</refsect1>
35
32

36
33