File: Draw.html

package info (click to toggle)
openlayer 2.1-2.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 3,392 kB
  • ctags: 2,317
  • sloc: ansic: 10,433; cpp: 9,890; xml: 109; makefile: 90; sh: 36
file content (9 lines) | stat: -rw-r--r-- 3,930 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transistional//EN"><html><head><title>OpenLayer Offline Manual</title><style type="text/css" media="all">@import "../CrystalStyle.css";</style><body bgcolor="FFFFFF" ><div align="center" style="pagestyle"><table width="60%"><tr><td><div class="parentLinks"><a href="../index.html">OpenLayer</a> | <a href="../Shape.html">Shape</a> | <a href="../Shape/LineStrip.html">LineStrip</a> | <a href="../LineStrip/Draw.html">Draw</a></div><br><div class="BigHeader">Draw</div><br><div class=""><div class="Surrounded"><table><tr valign="top"><td align="right"><div class="FuncDef"><strong><font color="#777733">void</font> <a href="../Poly/Draw.html"><font color="#0000CC">Draw</font></a>(</strong></div></td><td><div class="FuncDef"><strong><font color="#777733">const</font> <a href="../Rgba.html"><font color="#0000CC">Rgba</font></a> &amp;color )
<br></strong></div></td></tr></table>
<br>Draws the line strip to the Canvas filled with the specified color.
<br></div>
<br><div class="Surrounded"><table><tr valign="top"><td align="right"><div class="FuncDef"><strong><font color="#777733">void</font> <a href="../Poly/Draw.html"><font color="#0000CC">Draw</font></a>(</strong></div></td><td><div class="FuncDef"><strong><font color="#777733">const</font> <a href="../Rgba.html"><font color="#0000CC">Rgba</font></a> &amp;startColor, <font color="#777733">const</font> <a href="../Rgba.html"><font color="#0000CC">Rgba</font></a> &amp;endColor )
<br></strong></div></td></tr></table>
<br>Draws the line strip filled with a gradients so that colors change smoothly from the start of the line strip to the end.
<br></div>
<br></div><br><div class="MediumHeader">Other functions of the class <a href="../Shape/LineStrip.html"><font color="#0000CC">LineStrip</font></a></div><div class="Surrounded"><table size="100%" cellpadding="0" cellspacing="0"><tr><td halign="center" class="funclist"><a href="../LineStrip/Draw.html">Draw</a></td><td width="65%" halign="center"><div class="smalltext">Draws the line strip filled with a color</div></td></tr><tr><td halign="center" class="funclist"><a href="../LineStrip/SetTexture.html">SetTexture</a></td><td width="65%" halign="center"><div class="smalltext">Sets the texture</div></td></tr><tr><td halign="center" class="funclist"><a href="../LineStrip/DisableTexture.html">DisableTexture</a></td><td width="65%" halign="center"><div class="smalltext">Disables the active texture</div></td></tr><tr><td halign="center" class="funclist"><a href="../LineStrip/AddToEnd.html">AddToEnd</a></td><td width="65%" halign="center"><div class="smalltext">Adds a new vertex at the end</div></td></tr><tr><td halign="center" class="funclist"><a href="../LineStrip/AddToBegin.html">AddToBegin</a></td><td width="65%" halign="center"><div class="smalltext">Adds a new vertex at the beginning</div></td></tr><tr><td halign="center" class="funclist"><a href="../LineStrip/DeleteFirst.html">DeleteFirst</a></td><td width="65%" halign="center"><div class="smalltext">Deletes the first vertex</div></td></tr><tr><td halign="center" class="funclist"><a href="../LineStrip/DeleteLast.html">DeleteLast</a></td><td width="65%" halign="center"><div class="smalltext">Deletes the last vertex</div></td></tr><tr><td halign="center" class="funclist"><a href="../LineStrip/GetVertex.html">GetVertex</a></td><td width="65%" halign="center"><div class="smalltext">Returns a vertex</div></td></tr><tr><td halign="center" class="funclist"><a href="../LineStrip/GetNumberOfVertices.html">GetNumberOfVertices</a></td><td width="65%" halign="center"><div class="smalltext">Returns the number of vertices</div></td></tr></table></div><br><div class=""><a href="../index.html">Back to the main page of the manual</a></div><br>Questions about Draw? Click <a href="http://crystalstorm.ath.cx/index.php?lan=en&page=CreateFeedback&subject=Draw">here.</a></div></td></tr></table></body></html>