HOME

The CairoPattern class
Cairo
PHP Manual

The CairoPattern class

(PECL cairo >= 0.1.0)

Introduction

CairoPattern is the abstract base class from which all the other pattern classes derive. It cannot be instantiated directly

Class synopsis

CairoPattern {
/* Methods */
public __construct ( void )
public void getMatrix ( void )
public int getType ( void )
public void setMatrix ( string $matrix )
public int status ( void )
}

Table of Contents


Cairo
PHP Manual