Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > f3dfa22869f9cbc8258f8de2f086ee44 > files > 67

libkxl1.1.6_0-devel-1.1.6-3mdk.ppc.rpm

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
   <meta name="GENERATOR" content="emacs">
   <meta name="Author" content="kacchan">
   <title>KXL_Polygon</title>
</head>
<body text="#000000" bgcolor="#f0f0dc" link="#3366FF" vlink="#3366FF" alink="#FF0000">

<a href="vkxlrect.html">Prev</a>
<a href="KXL.html">Top</a>
<a href="vkxlsound.html">Next</a>
<hr>

<b>Name</b><br><br>
<font size=+2>KXL_Polygon</font> -- Defines a polygon point.<br><br>

<b>Structure Definition</b>
<pre>
typedef struct {
  Sint16 x, y;
} KXL_Polygon;
</pre><br>

<b>Structure data</b><br>
<table border="1">
<tr><td>x, y</td><td>They are a position or a relative position absolutely.
</td></tr>
</table>
<br>

<b>Description</b><br>
It is used by 
<a href="./kxldrawpolygon.html">KXL_DrawPolygon</a>

</body>
</html>