Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1065

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>The SWFFill class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="swfdisplayitem.skewyto.html">SWFDisplayItem::skewYTo</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="swffill.moveto.html">SWFFill::moveTo</a></div>
 <div class="up"><a href="book.ming.html">Ming</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.swffill" class="reference">
 <h1 class="title">The SWFFill class</h1>
 
 
 <div class="partintro"><p class="verinfo">(PHP 5 &lt;= 5.3.0, PECL ming SVN)</p>
 

  <div class="section" id="swffill.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
    The <strong class="classname">SWFFill</strong> object allows you to transform 
    (scale, skew, rotate) bitmap and gradient fills. 
   </p>
   <p class="para">
    <strong class="classname">swffill</strong> objects are created by the 
     <span class="function"><a href="swfshape.addfill.html" class="function">SWFShape::addFill()</a></span> method. 
   </p>
  </div>

 
  <div class="section" id="swffill.synopsis">
   <h2 class="title">Class synopsis</h2>
 

   <div class="classsynopsis">
    <div class="ooclass"></div>
 

    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">SWFFill</strong>
     </span>
     {</div>

 
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
   <span class="type">void</span> <span class="methodname"><a href="swffill.moveto.html" class="methodname">moveTo</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$x</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">void</span> <span class="methodname"><a href="swffill.rotateto.html" class="methodname">rotateTo</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$angle</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">void</span> <span class="methodname"><a href="swffill.scaleto.html" class="methodname">scaleTo</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$x</code></span>
   [, <span class="methodparam"><span class="type">float</span> <code class="parameter">$y</code></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">void</span> <span class="methodname"><a href="swffill.skewxto.html" class="methodname">skewXTo</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$x</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">void</span> <span class="methodname"><a href="swffill.skewyto.html" class="methodname">skewYTo</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$y</code></span>
   )</div>

 
   }</div>

 
  </div>
 </div>
 






























 
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="swffill.moveto.html">SWFFill::moveTo</a> — Moves fill origin</li><li><a href="swffill.rotateto.html">SWFFill::rotateTo</a> — Sets fill's rotation</li><li><a href="swffill.scaleto.html">SWFFill::scaleTo</a> — Sets fill's scale</li><li><a href="swffill.skewxto.html">SWFFill::skewXTo</a> — Sets fill x-skew</li><li><a href="swffill.skewyto.html">SWFFill::skewYTo</a> — Sets fill y-skew</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="swfdisplayitem.skewyto.html">SWFDisplayItem::skewYTo</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="swffill.moveto.html">SWFFill::moveTo</a></div>
 <div class="up"><a href="book.ming.html">Ming</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>