mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
SetSizeOffset and GetSizeOffset parameter descriptions and version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275888 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7e91153a02
commit
5bd731eabc
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-getsizeoffset">
|
||||
<refnamediv>
|
||||
<refname>Imagick::getSizeOffset</refname>
|
||||
|
@ -12,9 +12,10 @@
|
|||
<type>int</type><methodname>Imagick::getSizeOffset</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
Returns the size offset associated with the Imagick object.
|
||||
&imagick.method.available.0x629;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-setsizeoffset">
|
||||
<refnamediv>
|
||||
<refname>Imagick::setSizeOffset</refname>
|
||||
|
@ -18,6 +18,7 @@
|
|||
<para>
|
||||
Sets the size and offset of the Imagick object. Set it before you read a
|
||||
raw image format such as RGB, GRAY, or CMYK.
|
||||
&imagick.method.available.0x629;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -29,6 +30,7 @@
|
|||
<term><parameter>columns</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The width in pixels.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -36,6 +38,7 @@
|
|||
<term><parameter>rows</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The height in pixels.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -43,6 +46,7 @@
|
|||
<term><parameter>offset</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The image offset.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue