reference/imagick/imagickdraw/composite.xml
0f49e97eebd971ba0468bc1b7c6265fd457f60c8
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>ImagickDraw::composite</methodname>
12
+
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::composite</methodname>
13
13
<methodparam><type>int</type><parameter>compose</parameter></methodparam>
14
14
<methodparam><type>float</type><parameter>x</parameter></methodparam>
15
15
<methodparam><type>float</type><parameter>y</parameter></methodparam>
...
...
@@ -32,7 +32,9 @@
32
32
<term><parameter>compose</parameter></term>
33
33
<listitem>
34
34
<para>
35
-
composition operator. One of COMPOSITE_ constants
35
+
composition operator.
36
+
One of the <link linkend="imagick.constants.compositeop">Composite Operator</link> constant
37
+
(<literal>imagick::COMPOSITE_*</literal>).
36
38
</para>
37
39
</listitem>
38
40
</varlistentry>
...
...
@@ -40,7 +42,7 @@
40
42
<term><parameter>x</parameter></term>
41
43
<listitem>
42
44
<para>
43
-
x coordinate of the top left corner
45
+
x coordinate of the top left corner.
44
46
</para>
45
47
</listitem>
46
48
</varlistentry>
...
...
@@ -48,7 +50,7 @@
48
50
<term><parameter>y</parameter></term>
49
51
<listitem>
50
52
<para>
51
-
y coordinate of the top left corner
53
+
y coordinate of the top left corner.
52
54
</para>
53
55
</listitem>
54
56
</varlistentry>
...
...
@@ -56,7 +58,7 @@
56
58
<term><parameter>width</parameter></term>
57
59
<listitem>
58
60
<para>
59
-
width of the composition image
61
+
width of the composition image.
60
62
</para>
61
63
</listitem>
62
64
</varlistentry>
...
...
@@ -64,7 +66,7 @@
64
66
<term><parameter>height</parameter></term>
65
67
<listitem>
66
68
<para>
67
-
height of the composition image
69
+
height of the composition image.
68
70
</para>
69
71
</listitem>
70
72
</varlistentry>
...
...
@@ -72,7 +74,7 @@
72
74
<term><parameter>compositeWand</parameter></term>
73
75
<listitem>
74
76
<para>
75
-
the Imagick object where composition image is taken from
77
+
the <classname>Imagick</classname> object where composition image is taken from.
76
78
</para>
77
79
</listitem>
78
80
</varlistentry>
...
...
@@ -87,13 +89,11 @@
87
89
</para>
88
90
</refsect1>
89
91

90
-

91
-

92
92
<refsect1 role="examples">
93
93
&reftitle.examples;
94
94
<para>
95
95
<example>
96
-
<title> <function>ImagickDraw::composite</function></title>
96
+
<title><function>ImagickDraw::composite</function> example</title>
97
97
<programlisting role="php">
98
98
<![CDATA[
99
99
<?php
100
100