<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Draw
 (gb.qt)</title>
</head>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../gb.qt%3Fen">Up</a>&nbsp;&nbsp;
<a href="drag/_call%3Fen">Previous</a>&nbsp;&nbsp;
<a href="draw/backcolor%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Draw
 (gb.qt)</h1>
This class is used for drawing on a <a href="picture%3Fen">Picture</a>, a <a href="window%3Fen">Window</a>,
a <a href="printer%3Fen">Printer</a>, a <a href="drawing%3Fen">Drawing</a>, or a <a href="drawingarea%3Fen">DrawingArea</a> object.
<p>
Before starting drawing anything, you must call the <a href="draw/begin%3Fen">Begin</a> method
by passing it the object where you want to draw.
<p>
Then you can call any of the drawing methods to draw points, lines, texts, pictures...
<p>
When your drawing is finished, you must call the <a href="draw/end%3Fen">End</a> method.
<p>
<div class="black"><font color="white" size="-2"><b>Symbols</b></font></div>
<div class="border">
This class is static.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Static&nbsp;properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Static&nbsp;methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a href="draw/backcolor%3Fen">Background</a></b>&nbsp;&nbsp; <b><a href="draw/background%3Fen">Background</a></b>&nbsp;&nbsp; <b><a href="draw/clip%3Fen">Clip</a></b>&nbsp;&nbsp; <b><a href="draw/fillcolor%3Fen">FillColor</a></b>&nbsp;&nbsp; <b><a href="draw/fillstyle%3Fen">FillStyle</a></b>&nbsp;&nbsp; <b><a href="draw/fillx%3Fen">FillX</a></b>&nbsp;&nbsp; <b><a href="draw/filly%3Fen">FillY</a></b>&nbsp;&nbsp; <b><a href="draw/font%3Fen">Font</a></b>&nbsp;&nbsp; <b><a href="draw/forecolor%3Fen">ForeColor</a></b>&nbsp;&nbsp; <b><a href="draw/foreground%3Fen">Foreground</a></b>&nbsp;&nbsp; <b><a href="draw/invert%3Fen">Invert</a></b>&nbsp;&nbsp; <b><a href="draw/linestyle%3Fen">LineStyle</a></b>&nbsp;&nbsp; <b><a href="draw/linewidth%3Fen">LineWidth</a></b>&nbsp;&nbsp; <b><a href="draw/transparent%3Fen">Transparent</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<b><a href="draw/begin%3Fen">Begin</a></b>&nbsp;&nbsp; <b><a href="draw/drawing%3Fen">Drawing</a></b>&nbsp;&nbsp; <b><a href="draw/ellipse%3Fen">Ellipse</a></b>&nbsp;&nbsp; <b><a href="draw/end%3Fen">End</a></b>&nbsp;&nbsp; <b><a href="draw/image%3Fen">Image</a></b>&nbsp;&nbsp; <b><a href="draw/line%3Fen">Line</a></b>&nbsp;&nbsp; <b><a href="draw/picture%3Fen">Picture</a></b>&nbsp;&nbsp; <b><a href="draw/point%3Fen">Point</a></b>&nbsp;&nbsp; <b><a href="draw/polygon%3Fen">Polygon</a></b>&nbsp;&nbsp; <b><a href="draw/polyline%3Fen">Polyline</a></b>&nbsp;&nbsp; <b><a href="draw/rect%3Fen">Rect</a></b>&nbsp;&nbsp; <b><a href="draw/text%3Fen">Text</a></b>&nbsp;&nbsp; <b><a href="draw/textheight%3Fen">TextHeight</a></b>&nbsp;&nbsp; <b><a href="draw/textwidth%3Fen">TextWidth</a></b>&nbsp;&nbsp; <b><a href="draw/tile%3Fen">Tile</a></b>&nbsp;&nbsp; <b><a href="draw/zoom%3Fen">Zoom</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

</div>
<hr>
</body>
</html>

