<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagickdraw.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'imagickdraw.getstrokeantialias.php',
    1 => 'ImagickDraw::getStrokeAntialias',
    2 => '現在の縁取りのアンチエイリアス設定を返す',
  ),
  'up' => 
  array (
    0 => 'class.imagickdraw.php',
    1 => 'ImagickDraw',
  ),
  'prev' => 
  array (
    0 => 'imagickdraw.getgravity.php',
    1 => 'ImagickDraw::getGravity',
  ),
  'next' => 
  array (
    0 => 'imagickdraw.getstrokecolor.php',
    1 => 'ImagickDraw::getStrokeColor',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/imagick/imagickdraw/getstrokeantialias.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagickdraw.getstrokeantialias" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ImagickDraw::getStrokeAntialias</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickDraw::getStrokeAntialias</span> &mdash; <span class="dc-title">現在の縁取りのアンチエイリアス設定を返す</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagickdraw.getstrokeantialias-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ImagickDraw::getStrokeAntialias</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <div class="warning"><strong class="warning">警告</strong><p class="simpara">この関数は、
現在のところ詳細な情報はありません。引数のリストのみが
記述されています。</p></div>
  <p class="para">
   現在の縁取りのアンチエイリアス設定を返します。
   縁取りの枠線は、デフォルトでアンチエイリアス処理が行われます。
   アンチエイリアスを無効にすると、
   縁取りの描画時には縁取り色あるいはキャンバスの色のどちらかが用いられることになります。
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagickdraw.getstrokeantialias-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   アンチエイリアスがオンの場合に <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>、オフの場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します。
  </p>
 </div>


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