<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'imagickdraw.getstrokelinejoin.php',
    1 => 'ImagickDraw::getStrokeLineJoin',
    2 => 'Returns the shape to be used at the corners of paths when they are stroked',
  ),
  'up' => 
  array (
    0 => 'class.imagickdraw.php',
    1 => 'ImagickDraw',
  ),
  'prev' => 
  array (
    0 => 'imagickdraw.getstrokelinecap.php',
    1 => 'ImagickDraw::getStrokeLineCap',
  ),
  'next' => 
  array (
    0 => 'imagickdraw.getstrokemiterlimit.php',
    1 => 'ImagickDraw::getStrokeMiterLimit',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagickdraw/getstrokelinejoin.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagickdraw.getstrokelinejoin" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ImagickDraw::getStrokeLineJoin</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickDraw::getStrokeLineJoin</span> &mdash; <span class="dc-title">Returns the shape to be used at the corners of paths when they are stroked</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagickdraw.getstrokelinejoin-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ImagickDraw::getStrokeLineJoin</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Наразі ця функція не
документована. Доступний лише список її параметрів.
</p></div>
  <p class="para">
   Returns the shape to be used at the corners of paths (or other vector
   shapes) when they are stroked.
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagickdraw.getstrokelinejoin-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns a <a href="imagick.constants.php#imagick.constants.linejoin" class="link">LINEJOIN</a> constant
   (<code class="literal">imagick::LINEJOIN_*</code>), or 0 if stroke line join is not set.
  </p>
 </div>


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