Home > PHP > Function > Cairo > cairo_pattern_create_radial()

cairo_pattern_create_radial()

cairo_pattern_create_radial - Description

Syntax

CairoPattern cairo_pattern_create_radial (float $x0, float $y0, float $r0, float $x1, float $y1, float $r1)

Arguments

  • x0 - Description...
  • y0 - Description...
  • r0 - Description...
  • x1 - Description...
  • y1 - Description...
  • r1 - Description...

Description

The function description goes here.

Version

PHP PECL cairo >= 0.1.0

Return value

What is returned on success and failure