<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'imagick.clipimagepath.php',
    1 => 'Imagick::clipImagePath',
    2 => '8BIM プロファイルの名前付きパスがあればそれに沿ってクリップする',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.clipimage.php',
    1 => 'Imagick::clipImage',
  ),
  'next' => 
  array (
    0 => 'imagick.clippathimage.php',
    1 => 'Imagick::clipPathImage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/imagick/imagick/clipimagepath.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.clipimagepath" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::clipImagePath</h1>
  <p class="verinfo">(PECL imagick 2 &gt;= 2.3.0, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::clipImagePath</span> &mdash; <span class="dc-title">8BIM プロファイルの名前付きパスがあればそれに沿ってクリップする</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.clipimagepath-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::clipImagePath</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$pathname</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$inside</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   8BIM プロファイル内の名前付きパスが存在する場合、そのパスに沿ってクリップします。
   以降の操作はパスの内側に対して適用されます。
   Id の先頭に # を付けると番号付きパスを指定でき、
   たとえば &quot;#1&quot; で最初のパスを使用します。
  </p>

  <div class="warning"><strong class="warning">警告</strong><p class="simpara">この関数は、
現在のところ詳細な情報はありません。引数のリストのみが
記述されています。</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.clipimagepath-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">pathname</code></dt>
    <dd>
     <p class="para">

     </p>
    </dd>
   
   
    <dt><code class="parameter">inside</code></dt>
    <dd>
     <p class="para">

     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.clipimagepath-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">

  </p>
 </div>



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