2003-10-15 08:51:06 +00:00
2003-10-16 05:31:56 +00:00
<refentry id= "cairo_save" >
<refmeta >
<refentrytitle > cairo_save</refentrytitle>
<manvolnum > 3</manvolnum>
</refmeta>
<refnamediv >
<refname > cairo_save</refname>
2003-10-16 10:54:34 +00:00
<refpurpose > save current state</refpurpose>
2003-10-16 05:31:56 +00:00
</refnamediv>
<refsynopsisdiv >
<programlisting >
void cairo_save (<link linkend= "cairo_t" > cairo_t</link> *cr)</programlisting>
<variablelist role= "params" >
<varlistentry >
<term > <parameter > cr</parameter> :</term>
<listitem >
2003-10-16 10:54:34 +00:00
<simpara > a <link linkend= "cairo_t" > cairo_t</link> </simpara>
2003-10-16 05:31:56 +00:00
</listitem>
</varlistentry>
</variablelist>
</refsynopsisdiv>
<refsect1 >
<title > Description</title>
<para >
<indexterm >
<primary > functions</primary>
<secondary > cairo_save</secondary>
</indexterm>
<indexterm >
<primary />
</indexterm>
2003-10-16 10:54:34 +00:00
This function stores the complete state of a <link linkend= "cairo_t" > cairo_t</link> . It may then be changed in any way. The saved state can then be restored with <link linkend= "cairo_restore" > cairo_restore</link> . Calls to cairo_save may be nested to an arbitraty depth.
2003-10-16 05:31:56 +00:00
</para>
</refsect1>
2003-10-15 08:51:06 +00:00
</refentry>