1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>cairomm: Cairomm: A C++ wrapper for the cairo graphics library</title>
<link href="cairomm.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<h1>Cairomm: A C++ wrapper for the cairo graphics library </h1> </div>
</div>
<div class="contents">
<div class="textblock"><h2><a class="anchor" id="License"></a>
License</h2>
<p>Cairomm is available under the terms of the LGPL license</p>
<h2><a class="anchor" id="Introduction"></a>
Introduction</h2>
<p>If you're just beginning to learn cairomm, a good place to start is with the <a class="el" href="classCairo_1_1Surface.html" title="A cairo surface represents an image, either as the destination of a drawing operation or as source wh...">Cairo::Surface</a> and <a class="el" href="classCairo_1_1Context.html" title="Context is the main class used to draw in cairomm.">Cairo::Context</a> classes. In general terms, you draw onto a Surface using the graphics settings specified in your Context. </p>
</div></div>
<hr class="footer"/><address class="footer"><small>Generated on Mon May 9 2011 09:51:07 for cairomm by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>
|