<!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 - Picture
 (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="panel/_new%3Fen">Previous</a>&nbsp;&nbsp;
<a href="picture/clear%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Picture
 (gb.qt)</h1>
This class represents a picture.
<p>
The picture contents are stored in the display server, not in the
process memory like an <a href="image%3Fen">Image</a>.
<p>
Even if the underlying toolkit do not completely manage transparency yet, each picture can have
a mask. This feature can be set explicitely at picture instanciation,
or implicitely when loading an image file that has transparency like PNG.
<p>
When drawing on a picture having a mask, the picture and the mask are
modified accordingly.
<p>
<div class="black"><font color="white" size="-2"><b>Symbols</b></font></div>
<div class="border">
This class is <a href="picture/_new%3Fen">creatable</a>.<br>
This class acts like a <b><a href="picture/_get%3Fen">read</a></b> / <b><a href="picture/_put%3Fen">write</a></b> array.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Static&nbsp;methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a href="picture/flush%3Fen">Flush</a></b>&nbsp;&nbsp; <b><a href="picture/load%3Fen">Load</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<a href="picture/depth%3Fen">Depth</a>&nbsp;&nbsp; <a href="picture/height%3Fen">Height</a>&nbsp;&nbsp; <a href="picture/image%3Fen">Image</a>&nbsp;&nbsp; <a href="picture/transparent%3Fen">Transparent</a>&nbsp;&nbsp; <a href="picture/width%3Fen">Width</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a href="picture/clear%3Fen">Clear</a>&nbsp;&nbsp; <a href="picture/copy%3Fen">Copy</a>&nbsp;&nbsp; <a href="picture/fill%3Fen">Fill</a>&nbsp;&nbsp; <a href="picture/resize%3Fen">Resize</a>&nbsp;&nbsp; <a href="picture/save%3Fen">Save</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

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

