
Druckansicht von http://www.php-homepage.de/manual/class.cairocontext.php
The CairoContext class(No version information available, might only be in SVN) EinführungContext is the main object used when drawing with cairo. To draw with cairo, you create a CairoContext, set the target CairoSurface, and drawing options for the CairoContext, create shapes with functions . like CairoContext::moveTo() and CairoContext::lineTo(), and then draw shapes with CairoContext::stroke() or CairoContext::fill(). Contexts can be pushed to a stack via CairoContext::save(). They may then safely be changed, without loosing the current state. Use CairoContext::restore() to restore to the saved state. Klassenbeschreibung
CairoContext
{
/* Methoden */
public void relCurveTo
( string
}$x1
, string $y1
, string $x2
, string $y2
, string $x3
, string $y3
)Inhaltsverzeichnis
|