CairoContext::popGroupToSource

(PECL cairo >= 0.1.0) The popGroupToSource purpose public void CairoContext::popGroupToSource ( void ) Object oriented style (method): Procedural style: void cairo_pop_group_to_source ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is cu

CairoContext::popGroup

(PECL cairo >= 0.1.0) The popGroup purpose public void CairoContext::popGroup ( void ) Object oriented style (method): Procedural style: void cairo_pop_group ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; on

CairoContext::pathExtents

(PECL cairo >= 0.1.0) The pathExtents purpose public array CairoContext::pathExtents ( void ) Object oriented style (method): Procedural style: array cairo_path_extents ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not docu

CairoContext::paintWithAlpha

(PECL cairo >= 0.1.0) The paintWithAlpha purpose public void CairoContext::paintWithAlpha ( string $alpha ) Object oriented style (method): Procedural style: void cairo_paint_with_alpha ( CairoContext $context , string $alpha ) Description here. Parameters: context Description... alpha Description... Returns:

CairoContext::paint

(PECL cairo >= 0.1.0) The paint purpose public void CairoContext::paint ( void ) Object oriented style (method): Procedural style: void cairo_paint ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only its arg

CairoContext::newSubPath

(PECL cairo >= 0.1.0) The newSubPath purpose public void CairoContext::newSubPath ( void ) Object oriented style (method): Procedural style: void cairo_new_sub_path ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documen

CairoContext::newPath

(PECL cairo >= 0.1.0) The newPath purpose public void CairoContext::newPath ( void ) Object oriented style (method): Procedural style: void cairo_new_path ( CairoContext $context ) Clears the current path. After this call there will be no path and no current point. Parameters: context A valid CairoContext object. Returns: No value is returne

CairoContext::moveTo

(PECL cairo >= 0.1.0) The moveTo purpose public void CairoContext::moveTo ( string $x, string $y ) Object oriented style (method): Procedural style: void cairo_move_to ( CairoContext $context , string $x , string $y ) Begin a new sub-path. After this call the current point will be (x, y). Parameters: context A valid CairoContext object. x

CairoContext::maskSurface

(PECL cairo >= 0.1.0) The maskSurface purpose public void CairoContext::maskSurface ( string $surface [, string $x [, string $y ]] ) Object oriented style (method): Procedural style: void cairo_mask_surface ( CairoContext $context , CairoSurface $surface [, string $x [, string $y ]] ) Description here. Parameters: context Description... surface

CairoContext::mask

(PECL cairo >= 0.1.0) The mask purpose public void CairoContext::mask ( string $pattern ) Object oriented style (method): Procedural style: void cairo_mask ( CairoContext $context , CairoPattern $pattern ) Description here. Parameters: context Description... pattern Description... Returns: Description...