mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 06:30:11 +01:00
23 lines
877 B
XML
23 lines
877 B
XML
|
|
<refentry id="cairo_t">
|
|
<refmeta>
|
|
<refentrytitle>cairo_t</refentrytitle>
|
|
<manvolnum>3</manvolnum>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>cairo_t</refname>
|
|
<refpurpose>holds the current state</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<para><indexterm><primary>types</primary><secondary>cairo_t</secondary></indexterm><indexterm><primary/></indexterm>
|
|
A <varname>cairo_t</varname> contains the current state of the rendering device,
|
|
including coordinates of yet to be drawn shapes.
|
|
<varname>cairo_t</varname>'s can be pushed to a stack via
|
|
<link linkend="cairo_save">cairo_save</link>.
|
|
They may then savely be changed, without loosing the current state.
|
|
Use <link linkend="cairo_restore">cairo_restore</link> to
|
|
restore to the saved state.
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|