<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gmagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'gmagick.getsize.php',
    1 => 'Gmagick::getsize',
    2 => 'Returns the size associated with the Gmagick object',
  ),
  'up' => 
  array (
    0 => 'class.gmagick.php',
    1 => 'Gmagick',
  ),
  'prev' => 
  array (
    0 => 'gmagick.getsamplingfactors.php',
    1 => 'Gmagick::getsamplingfactors',
  ),
  'next' => 
  array (
    0 => 'gmagick.getversion.php',
    1 => 'Gmagick::getversion',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gmagick/gmagick/getsize.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmagick.getsize" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Gmagick::getsize</h1>
  <p class="verinfo">(PECL gmagick &gt;= Unknown)</p><p class="refpurpose"><span class="refname">Gmagick::getsize</span> &mdash; <span class="dc-title">Returns the size associated with the Gmagick object</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gmagick.getsize-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Gmagick::getsize</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">
   Returns the size associated with the <span class="classname"><a href="class.gmagick.php" class="classname">Gmagick</a></span> object as an array with the keys &quot;columns&quot; and &quot;rows&quot;. 
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gmagick.getsize-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagick.getsize-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   Returns the size associated with the <span class="classname"><a href="class.gmagick.php" class="classname">Gmagick</a></span> object as an array with the keys &quot;columns&quot; and &quot;rows&quot;. 
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-gmagick.getsize-errors">
  <h3 class="title">错误/异常</h3>
  <p class="para">
   错误时抛出
<span class="classname"><strong class="classname">GmagickException</strong></span>。
  </p>
 </div>


</div><?php manual_footer($setup); ?>