<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'imagickdraw.getstrokedashoffset.php',
    1 => 'ImagickDraw::getStrokeDashOffset',
    2 => 'Returns the offset into the dash pattern to start the dash',
  ),
  'up' => 
  array (
    0 => 'class.imagickdraw.php',
    1 => 'ImagickDraw',
  ),
  'prev' => 
  array (
    0 => 'imagickdraw.getstrokedasharray.php',
    1 => 'ImagickDraw::getStrokeDashArray',
  ),
  'next' => 
  array (
    0 => 'imagickdraw.getstrokelinecap.php',
    1 => 'ImagickDraw::getStrokeLineCap',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagickdraw/getstrokedashoffset.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagickdraw.getstrokedashoffset" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ImagickDraw::getStrokeDashOffset</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickDraw::getStrokeDashOffset</span> &mdash; <span class="dc-title">Returns the offset into the dash pattern to start the dash</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagickdraw.getstrokedashoffset-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ImagickDraw::getStrokeDashOffset</strong></span>(): <span class="type"><a href="language.types.float.php" class="type float">float</a></span></div>

  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>
  <p class="para">
   Returns the offset into the dash pattern to start the dash.
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagickdraw.getstrokedashoffset-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns a float representing the offset and 0 if it&#039;s not set.
  </p>
 </div>


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